diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index 85b4d45..ce13706 100644 Binary files a/digitaleagentur/__pycache__/settings.cpython-38.pyc and b/digitaleagentur/__pycache__/settings.cpython-38.pyc differ diff --git a/news/__pycache__/models.cpython-38.pyc b/news/__pycache__/models.cpython-38.pyc index b32eaa5..002488a 100644 Binary files a/news/__pycache__/models.cpython-38.pyc and b/news/__pycache__/models.cpython-38.pyc differ diff --git a/standards/__pycache__/models.cpython-38.pyc b/standards/__pycache__/models.cpython-38.pyc index 49f2123..27d9c35 100644 Binary files a/standards/__pycache__/models.cpython-38.pyc and b/standards/__pycache__/models.cpython-38.pyc differ diff --git a/standards/models.py b/standards/models.py index 2db89c3..e48fcda 100644 --- a/standards/models.py +++ b/standards/models.py @@ -5,6 +5,7 @@ from django.urls import reverse from areas.models import Areas from tasks.models import Tasks import datetime +from django.utils import timezone from ckeditor_uploader.fields import RichTextUploadingField class Standards(models.Model): diff --git a/users/templates/users/dashboard.html b/users/templates/users/dashboard.html index 2710a18..a4c3382 100644 --- a/users/templates/users/dashboard.html +++ b/users/templates/users/dashboard.html @@ -9,7 +9,6 @@
-
News
@@ -31,15 +30,14 @@
-
+ - -
+
Neueste Standards
@@ -68,9 +66,5 @@ - {% for standard in standards_of_agency %} - {% if standard.task == task and standard.area == area %} -

{{standard.name}}

- {% endif %} - {% endfor %} + \ No newline at end of file diff --git a/users/templates/users/login.html b/users/templates/users/login.html index 934be28..6f32a0b 100644 --- a/users/templates/users/login.html +++ b/users/templates/users/login.html @@ -7,7 +7,7 @@ {% csrf_token %}
-

digitale Agentur - Login

+

Digitale Agentur - Login

{{ form|crispy }} diff --git a/users/templates/users/publicbase.html b/users/templates/users/publicbase.html index 9988dcd..a8301ef 100644 --- a/users/templates/users/publicbase.html +++ b/users/templates/users/publicbase.html @@ -39,7 +39,7 @@ - +