X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/6c9978c5bf8b1ef20871557c22b8b02df647d700..d555d988764995ea1f9f5ece46f453a66f09b334:/contact/urls.py diff --git a/contact/urls.py b/contact/urls.py deleted file mode 100644 index 16033a1..0000000 --- a/contact/urls.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- -from django.conf.urls import patterns, url -from . import views - -urlpatterns = patterns( - 'contact.views', - url(r'^(?P[^/]+)/$', views.form, name='contact_form'), - url(r'^(?P[^/]+)/thanks/$', views.thanks, name='contact_thanks'), - url(r'^attachment/(?P\d+)/(?P[^/]+)/$', views.attachment, name='contact_attachment'), -)