quote style
parent
146bb5639f
commit
88abca0b33
|
@ -1,8 +1,8 @@
|
|||
from django.conf.urls.defaults import *
|
||||
|
||||
urlpatterns = patterns(
|
||||
"regluit.frontend.views",
|
||||
url(r"^$", "home", name="home"),
|
||||
url(r"^supporter/(?P<supporter_username>.+)/$", "supporter", name="supporter"),
|
||||
url(r"^privacy$", "textpage", {'page': 'privacy'}, name="privacy"),
|
||||
'regluit.frontend.views',
|
||||
url(r'^$', 'home', name='home'),
|
||||
url(r'^supporter/(?P<supporter_username>.+)/$', 'supporter', name='supporter'),
|
||||
url(r'^privacy$', 'textpage', {'page': 'privacy'}, name='privacy'),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue