diff --git a/frontend/urls.py b/frontend/urls.py index c3740c5c..5c79172a 100644 --- a/frontend/urls.py +++ b/frontend/urls.py @@ -4,4 +4,5 @@ urlpatterns = patterns( "regluit.frontend.views", url(r"^$", "home", name="home"), url(r"^supporter/(?P.+)/$", "supporter", name="supporter"), + url(r"^privacy$", "textpage", name="privacy"), )