diff --git a/cbreader/settings/base.py b/cbreader/settings/base.py index 8fbd5a5..0a77d34 100644 --- a/cbreader/settings/base.py +++ b/cbreader/settings/base.py @@ -110,8 +110,6 @@ STATICFILES_DIRS = [ os.path.join(BASE_DIR, "static"), ] -print(STATICFILES_DIRS) - LOGIN_REDIRECT_URL = "/comic/" LOGIN_URL = "/login/" diff --git a/comic_auth/templates/comic_auth/login.html b/comic_auth/templates/comic_auth/login.html index 5c1dab5..12706df 100644 --- a/comic_auth/templates/comic_auth/login.html +++ b/comic_auth/templates/comic_auth/login.html @@ -1,17 +1,20 @@ {% extends "base.html" %} {% load recaptcha2 %} +{% load bootstrap4 %} {% block title %}CBWebReader - Login{% endblock %} {% block content %} {% recaptcha_init %} -
+
{% if error %} {% endif %} -