From 160b56f2781c72b012ec7ef273a552dcc148e9e3 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 2 May 2021 19:12:38 +0100 Subject: [PATCH] . --- templates/registration/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/registration/login.html b/templates/registration/login.html index 25e93ccc..3210d765 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -1,4 +1,4 @@ -{% extends '../templates/base.html' %} +{% extends '../base.html' %} {% block title %}Login{% endblock %}