Proper namespaces for plugin URLs

This commit is contained in:
Raphael Michel
2015-04-16 09:35:18 +02:00
parent 3c827be4b1
commit d981998a40
8 changed files with 17 additions and 12 deletions

View File

@@ -5,5 +5,5 @@ from .views import *
urlpatterns = [
url(r'^control/event/(?P<organizer>[^/]+)/(?P<event>[^/]+)/banktransfer/import/', ImportView.as_view(),
name='banktransfer.import'),
name='import'),
]