From 25c6da03e1639895f0051e8be6502762beefde0b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 29 May 2023 11:21:48 +0300 Subject: Enable Administrator login on GN3 * gn3/auth/authentication/oauth2/views.py: Remove endpoint * gn3/auth/authorisation/users/admin/__init__.py: New admin module * gn3/auth/authorisation/users/admin/ui.py: New admin module * gn3/auth/authorisation/users/admin/views.py: New admin module * gn3/auth/views.py: Use new admin module * gn3/errors.py: Fix linting errors * gn3/templates/login.html: New html template * main.py: Fix linting errors --- gn3/templates/login.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 gn3/templates/login.html (limited to 'gn3/templates/login.html') diff --git a/gn3/templates/login.html b/gn3/templates/login.html new file mode 100644 index 0000000..cf46009 --- /dev/null +++ b/gn3/templates/login.html @@ -0,0 +1,32 @@ +{%extends "base.html"%} + +{%block title%}Log in to Genenetwork3{%endblock%} + +{%block content%} +{{flash_messages()}} + +