From fafca9be99003b181b4f2f0144289da8d3199a3e Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 2 May 2021 19:11:41 +0100 Subject: [PATCH] . --- templates/index.html | 2 +- templates/registration/login.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}