diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index 5c91747..1da520b 100644 Binary files a/digitaleagentur/__pycache__/settings.cpython-38.pyc and b/digitaleagentur/__pycache__/settings.cpython-38.pyc differ diff --git a/standards/__pycache__/views.cpython-38.pyc b/standards/__pycache__/views.cpython-38.pyc index 10f6c3a..c6ad04a 100644 Binary files a/standards/__pycache__/views.cpython-38.pyc and b/standards/__pycache__/views.cpython-38.pyc differ diff --git a/standards/templates/standards/standards_management.html b/standards/templates/standards/standards_management.html index e879be7..e9c09ee 100644 --- a/standards/templates/standards/standards_management.html +++ b/standards/templates/standards/standards_management.html @@ -14,29 +14,96 @@
+ Aufgaben unterteilen die Agentur in verschiedene Aufgabenbereiche innerhalb der Bereiche. +
++ {{ item.name }} +
++ {{ item.created_area_by.first_name }} {{ item.created_area_by.last_name }} +
++ {{ item.area.name }} +
++ {{ item.created_area_date }} +
++ {{ item.desc }} +
+| Titel | +Erstellt am | +Erstellt von | +Geändert am | +Geändert von | +
|---|---|---|---|---|
| {{standard.name}} | +{{standard.created_standard_date}} | +{{standard.created_standard_by.first_name}} {{standard.created_standard_by.last_name}} | +{{standard.last_modified_on}} | +{{standard.last_modified_by.first_name}} {{standard.last_modified_by.last_name}} | + + +