Commit 3cb4df67 authored by Michal Čihař's avatar Michal Čihař

Reformat

parent e1a1c755
......@@ -23,7 +23,10 @@ urlpatterns = patterns('',
# Auth
url(r'^accounts/', include('registration.urls')),
url(r'^accoints/register/$', 'registration.views.register', {'form_class': RegistrationForm, 'extra_context': {'title': _('User registration')}}, name='registration_register'),
url(r'^accoints/register/$', 'registration.views.register', {
'form_class': RegistrationForm,
'extra_context': {'title': _('User registration')}},
name='registration_register'),
url(r'^accounts/profile/', 'accounts.views.profile'),
url(r'^contact/', 'accounts.views.contact'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment