Prototype implementation
This commit is contained in:
parent
315143a6fc
commit
14b0bc6d01
160 changed files with 5731 additions and 42 deletions
7
vergabe_teilnahme/apps/ausschreibungen/views.py
Normal file
7
vergabe_teilnahme/apps/ausschreibungen/views.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.shortcuts import render
|
||||
|
||||
|
||||
def dashboard(request):
|
||||
return render(request, 'ausschreibungen/dashboard.html', {
|
||||
'breadcrumbs': [{'label': 'Übersicht', 'url': None}],
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue