summaryrefslogtreecommitdiff
path: root/static/templates/base.html
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-05-29 15:56:52 -0400
committermrw1593 <botahamec@outlook.com>2023-05-29 15:56:52 -0400
commitefae29e1f9f2b285fcaad14527b8ef340bca763e (patch)
treeceb478926ea6ef8f1378053a0d66b318fa1e87e9 /static/templates/base.html
parent436511846130ae5d8a058e031d9c8ad0bcb002aa (diff)
Modify login page to support authorization
Diffstat (limited to 'static/templates/base.html')
-rw-r--r--static/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/templates/base.html b/static/templates/base.html
index 2d9f8fd..fe4875e 100644
--- a/static/templates/base.html
+++ b/static/templates/base.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="{{lang()}}">
+<html lang="{{lang}}">
<head>
<title>{% block title %}{% endblock title %}</title>
<meta charset="utf-8" />