From a438fee238995d2d691bf6b6f71d0b67a7d58ca2 Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Fri, 26 Oct 2018 13:38:48 +0530 Subject: fix UI issues in website - separate header, body and footer using css ids in base.html to avoid text hiding in header and footer - remove unnecessary script tag and div tag from account/home.html - use django-crispy-forms to fix design issues in password_change_form, user_registration_form and user_login_form - fix UI issues in pages/info.html and pages_index.html --- sbhs/templates/base.html | 128 ++++++++++++++++++++++++++--------------------- 1 file changed, 70 insertions(+), 58 deletions(-) (limited to 'sbhs/templates/base.html') diff --git a/sbhs/templates/base.html b/sbhs/templates/base.html index a1e36f2..099488b 100644 --- a/sbhs/templates/base.html +++ b/sbhs/templates/base.html @@ -20,73 +20,82 @@ {% endblock %}
- {% block nav %} -