diff --git a/amadeus/settings.py b/amadeus/settings.py index 640fb63..42ad897 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -95,13 +95,6 @@ DATABASES = { } } -# DATABASES = { -# 'default': { -# 'ENGINE': 'django.db.backends.sqlite3', -# 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), -# } -# } - #superuser: admin pass: amadeus2358 # Password validation diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index 9e12b60..c35eb37 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -39,3 +39,7 @@ h5{ text-align: center; } +#logo{ + margin-top: 2em; + margin-bottom: 2em; +} diff --git a/core/templates/base.html b/core/templates/base.html index 1e13a76..92abe7f 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -17,9 +17,6 @@ - {% block style %} {% endblock %} @@ -30,6 +27,9 @@ + {% block javascript %} diff --git a/core/templates/register_user.html b/core/templates/register_user.html index b12f67a..ff00b0d 100644 --- a/core/templates/register_user.html +++ b/core/templates/register_user.html @@ -1,20 +1,11 @@ -{% extends 'app/base.html' %} +{% extends 'base.html' %} {% load static i18n %} {% load widget_tweaks %} -{% block breadcrumbs %} -
+{% block nav %} {% endblock %} -{% block sidebar %} -