diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index e0da362..5c91747 100644 Binary files a/digitaleagentur/__pycache__/settings.cpython-38.pyc and b/digitaleagentur/__pycache__/settings.cpython-38.pyc differ diff --git a/digitaleagentur/settings.py b/digitaleagentur/settings.py index 83dfe82..9b4611a 100644 --- a/digitaleagentur/settings.py +++ b/digitaleagentur/settings.py @@ -28,9 +28,7 @@ DEBUG = True ALLOWED_HOSTS = ['digitale-agentur.com', 'www.digitale-agentur.com', 'localhost'] - # Application definition - INSTALLED_APPS = [ 'users.apps.UsersConfig', 'areas.apps.AreasConfig', @@ -170,13 +168,12 @@ LOGIN_REDIRECT_URL = 'users-dashboard' #STATIC_ROOT = (os.path.join(SITE_ROOT, 'static/')) #DEV-UMBGEUNG -#STATIC_URL = '/static/' +STATIC_URL = '/static/' -#SERVER -STATIC_URL = 'users/static/' +############################# FÜR COMMIT SITE_ROOT = os.path.dirname(os.path.realpath(__file__)) + '/..' STATIC_ROOT = (os.path.join(SITE_ROOT, 'users/static/')) -STATICFILES_DIRS = (os.path.join(SITE_ROOT, 'users/static/')) +#STATICFILES_DIRS = (os.path.join(SITE_ROOT, 'users/static/'),) # CRISPY CRISPY_TEMPLATE_PACK = 'bootstrap4' diff --git a/standards/templates/standards/standards_management.html b/standards/templates/standards/standards_management.html index 5b9d4db..e879be7 100644 --- a/standards/templates/standards/standards_management.html +++ b/standards/templates/standards/standards_management.html @@ -14,6 +14,29 @@
{{ item.content|truncatechars:80|safe}}
+