X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/1457eb9323363108979b3cae92b7503582df0138..ac2bf5fce0bddb3d687562c70dc7f4b90758b95d:/contact/urls.py diff --git a/contact/urls.py b/contact/urls.py index 7f8d4c4..edc4954 100644 --- a/contact/urls.py +++ b/contact/urls.py @@ -6,4 +6,5 @@ urlpatterns = patterns('contact.views', url(r'^(?P[^/]+)/thanks/$', views.thanks, name='contact_thanks'), url(r'^attachment/(?P\d+)/(?P[^/]+)/$', views.attachment, name='contact_attachment'), + url(r'^(?P[^/]+)/(?P[^/]{30})/$', views.form, name='contact_form_key'), )