generated from coulomb/repo-seed
Prototype implementation
This commit is contained in:
10
vergabe_teilnahme/apps/feedback/urls.py
Normal file
10
vergabe_teilnahme/apps/feedback/urls.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
app_name = 'feedback'
|
||||
|
||||
urlpatterns = [
|
||||
path('modal/', views.modal, name='modal'),
|
||||
path('', views.submit, name='submit'),
|
||||
]
|
||||
Reference in New Issue
Block a user