From 3cb4df67a12ad334469b80e28cfe2b6e2ebd6147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 6 Mar 2012 15:34:39 +0100 Subject: [PATCH] Reformat --- urls.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/urls.py b/urls.py index b59c1b893..e4e602bef 100644 --- a/urls.py +++ b/urls.py @@ -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'),