From b1d96fae3facde9a54fb3f6dd13107fca023a4fd Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 16 Jul 2019 09:05:51 +0200 Subject: [PATCH] Fix identation --- note_kfet/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note_kfet/urls.py b/note_kfet/urls.py index e2cd4951..e78fee22 100644 --- a/note_kfet/urls.py +++ b/note_kfet/urls.py @@ -15,7 +15,7 @@ urlpatterns = [ path('i18n/', include('django.conf.urls.i18n')), path('accounts/', include('django.contrib.auth.urls')), path('accounts/profile/', - RedirectView.as_view(pattern_name='index')), + RedirectView.as_view(pattern_name='index')), path('admin/doc/', include('django.contrib.admindocs.urls')), path('admin/', admin.site.urls), ]