diff --git a/templates/index.html b/templates/index.html index 87e5eff7..67e96944 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,8 +8,8 @@ Rapids {% if not request.user.is_authenticated %} Log in + Reset password {% endif %} {% if request.user.is_staff %}Admin{% endif %} - Reset password {% endblock %} \ No newline at end of file diff --git a/templates/registration/login.html b/templates/registration/login.html index 636cefe0..25e93ccc 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -1,4 +1,4 @@ -{% extends '../anatomy/base.html' %} +{% extends '../templates/base.html' %} {% block title %}Login{% endblock %}