From 45467efa9ee467283b33584f039b7328f8cf1ca2 Mon Sep 17 00:00:00 2001 From: Halfdan Mouritzen Date: Mon, 15 Jan 2024 13:16:00 +0100 Subject: [PATCH] Consistency in naming in login --- src/project/templates/account/login.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/project/templates/account/login.html b/src/project/templates/account/login.html index cfcac05..523d32b 100644 --- a/src/project/templates/account/login.html +++ b/src/project/templates/account/login.html @@ -13,20 +13,20 @@ {% endfor %} {% endif %} -

Log in

+

Login

{% csrf_token %}
@@ -42,7 +42,7 @@ required>
- +
@@ -55,7 +55,7 @@