Aufgaben und Bieterfragen
This commit is contained in:
parent
f202b71c75
commit
70ece97587
17 changed files with 1038 additions and 14 deletions
7
vergabe_teilnahme/apps/aufgaben/global_urls.py
Normal file
7
vergabe_teilnahme/apps/aufgaben/global_urls.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.aufgaben_liste, name='aufgaben_global'),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue