diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index ec2434c..35c694d 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 12f98a0..1498651 100644 --- a/digitaleagentur/settings.py +++ b/digitaleagentur/settings.py @@ -210,9 +210,9 @@ DEFAULT_CHARSET = 'utf-8' LOGIN_REDIRECT_URL = 'users-dashboard' # LOGIN PAGE FOR LOGIN-REDIRECT -#LOGIN_URL = 'login' +LOGIN_URL = 'login' # NC Default Login findet im Dashboard statt! -LOGIN_URL = NEXTCLOUD_URL +#LOGIN_URL = NEXTCLOUD_URL STATIC_URL = '/static/' diff --git a/users/templates/users/login.html b/users/templates/users/login.html index fed304a..d4d0cfa 100644 --- a/users/templates/users/login.html +++ b/users/templates/users/login.html @@ -1,8 +1,56 @@ -{% load static %} - - \ No newline at end of file + +{% endblock content %} \ No newline at end of file diff --git a/users/templates/users/login.html_LATER b/users/templates/users/login.html_LATER new file mode 100644 index 0000000..fed304a --- /dev/null +++ b/users/templates/users/login.html_LATER @@ -0,0 +1,8 @@ +{% load static %} + + \ No newline at end of file diff --git a/users/templates/users/login_SAVE.html b/users/templates/users/login_SAVE.html deleted file mode 100644 index d4d0cfa..0000000 --- a/users/templates/users/login_SAVE.html +++ /dev/null @@ -1,56 +0,0 @@ -{% extends "users/publicbase.html" %} - -{% load crispy_forms_tags %} -{% block content %} - -
-
-
- {% csrf_token %} -
- - -

Digitale Agentur Login

-
- {% if messages %} - {% for message in messages %} - - {% endfor %} - {% endif %} - {{ form|crispy }} -
-
- - - - Passwort vergessen?
-
-
-
- -
-
- -{% endblock content %} \ No newline at end of file