Commit db1c8940 authored by Ciella Francisco's avatar Ciella Francisco 😵

Bugfix: appended event_catalog app name to its URLs

parent d723ecea
......@@ -5,3 +5,5 @@ from . import views
urlpatterns = [
path('', views.index, name="index"),
]
app_name='event_catalog'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment