From efae29e1f9f2b285fcaad14527b8ef340bca763e Mon Sep 17 00:00:00 2001 From: mrw1593 Date: Mon, 29 May 2023 15:56:52 -0400 Subject: Modify login page to support authorization --- static/templates/login.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'static/templates/login.html') diff --git a/static/templates/login.html b/static/templates/login.html index fd3d136..5de9bc9 100644 --- a/static/templates/login.html +++ b/static/templates/login.html @@ -1,11 +1,11 @@ {% extends "base.html" %} -{% block title %}Log In{% endblock title %} +{% block title %}{{ msg(key="loginTitle") }}{% endblock title %} {% block content %} -
- - - - - + + + + + +
{% endblock content %} \ No newline at end of file -- cgit v1.2.3