Skip to content
Snippets Groups Projects
Verified Commit 8d732305 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix event_urls.py.

parent 71f49887
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ from . import views
urlpatterns = [
url(r'^$', views.events, name='events'),
url(r'^event/(?P<cn>[a-z][a-z0-9-]+)$', views.event, name='event_by_cn'),
url(r'^event/(?P<cn>[a-z][a-z0-9-]+)/$', views.event, name='event_by_cn'),
]
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