added urlpattern for privacy page
parent
03bef09c01
commit
8aba6cfb4e
|
@ -4,4 +4,5 @@ urlpatterns = patterns(
|
||||||
"regluit.frontend.views",
|
"regluit.frontend.views",
|
||||||
url(r"^$", "home", name="home"),
|
url(r"^$", "home", name="home"),
|
||||||
url(r"^supporter/(?P<supporter_username>.+)/$", "supporter", name="supporter"),
|
url(r"^supporter/(?P<supporter_username>.+)/$", "supporter", name="supporter"),
|
||||||
|
url(r"^privacy$", "textpage", name="privacy"),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue