summaryrefslogtreecommitdiff
path: root/sbhs/templates/pages/info.html
diff options
context:
space:
mode:
authorCruiseDevice2018-10-26 13:38:48 +0530
committerCruiseDevice2018-10-26 13:46:16 +0530
commita438fee238995d2d691bf6b6f71d0b67a7d58ca2 (patch)
tree4364183ecfb3a148a9cbe5af03bce1ae057d4d34 /sbhs/templates/pages/info.html
parent00f02432ba31aadb4da46aab9804112d1fb8c9de (diff)
downloadsbhs_server-a438fee238995d2d691bf6b6f71d0b67a7d58ca2.tar.gz
sbhs_server-a438fee238995d2d691bf6b6f71d0b67a7d58ca2.tar.bz2
sbhs_server-a438fee238995d2d691bf6b6f71d0b67a7d58ca2.zip
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
Diffstat (limited to 'sbhs/templates/pages/info.html')
-rw-r--r--sbhs/templates/pages/info.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/sbhs/templates/pages/info.html b/sbhs/templates/pages/info.html
index 0dffbbd..3d4b792 100644
--- a/sbhs/templates/pages/info.html
+++ b/sbhs/templates/pages/info.html
@@ -4,9 +4,6 @@
{% block content %}
<div class="container">
<div class="row">
- {% if user.is_authenticated %}
- {#{% include 'account/sub_nav.html' %}#}
- {% endif %}
<div class="span12">
<div class="page-header">
<h1>Welcome to Single Board Heater System Lab!</h1>