From db29b306aaeebcc385d9a0874f4386010a5c6a98 Mon Sep 17 00:00:00 2001 From: Daniel GarcĂ­a Moreno Date: Tue, 1 Jun 2021 11:46:15 +0200 Subject: Restyle login.html template Update the login template based on the AdminLTE extra page: https://adminlte.io/themes/v3/pages/examples/login.html This patch also adds a font-awesome icon to the login page, we've font-awesome from the AdminLTE plugins so we can use this icons in the interface. --- ogcp/templates/auth/login.html | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'ogcp/templates/auth') diff --git a/ogcp/templates/auth/login.html b/ogcp/templates/auth/login.html index 220f69e..182bd52 100644 --- a/ogcp/templates/auth/login.html +++ b/ogcp/templates/auth/login.html @@ -3,10 +3,25 @@ {% block content %} -{{ wtf.quick_form(form, - method='post', - form_type='basic', - button_map={'submit':'primary'}, - extra_classes='p-5') }} +
+ + +
+ {% endblock %} -- cgit v1.2.3-18-g5258