Skip to content
Snippets Groups Projects
Commit dc65600c authored by Leo Fahrbach's avatar Leo Fahrbach
Browse files

fix #31

parent 3d5befba
No related branches found
No related tags found
1 merge request!42Add Selectors
Pipeline #1274 passed with warnings
......@@ -2,6 +2,7 @@
*.pyc
.idea
*.sqlite3
*.log
/media
/build
/dist
......
......@@ -20,5 +20,5 @@ urlpatterns = [
path('vote/<int:election_id>/apply', views.apply, name='apply'),
path('vote/<int:election_id>/delete-own-application', views.delete_own_application, name='delete_own_application'),
path('help', views.help_page, name='help'),
path('spectator/<str:uuid>', views.spectator, name='spectator')
path('spectator/<uuid:uuid>', views.spectator, name='spectator')
]
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