Skip to content
Snippets Groups Projects
Commit 0e7f308e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix syntax.

parent 91896887
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ urlpatterns = [
path('', views.index, name='index'),
path('maintenance-mode/', include('maintenance_mode.urls')),
path('contact/support/', ContactFormView.as_view(form_class=SupportContactForm),
name='support_contact_form'))
name='support_contact_form'),
path('contact/sent/', TemplateView.as_view(template_name='contact_form/sent.html'),
name='contact_form_sent'),
path('__i18n__/', include('django.conf.urls.i18n'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment