From 23c65963bd09325ee38306e7038d44cbc6dee519 Mon Sep 17 00:00:00 2001
From: animeshaks <56479786+animeshaks@users.noreply.github.com>
Date: Thu, 1 Oct 2020 01:08:17 +0530
Subject: [PATCH] Indentation Fixes
---
project/templates/base.html | 52 ++++++++++++++++++-------------------
1 file changed, 26 insertions(+), 26 deletions(-)
diff --git a/project/templates/base.html b/project/templates/base.html
index 5a6ceac..628d4d3 100644
--- a/project/templates/base.html
+++ b/project/templates/base.html
@@ -29,36 +29,36 @@
{% include "counter.html" %}
-
-
+
+
- {% include "nav.html" %}
+ {% include "nav.html" %}
- {% block fullcontent %}
+ {% block fullcontent %}
-
- {% with messages = get_flashed_messages() %}
- {% if messages %}
- {% for message in messages %}
-
-
- {{ message }}
-
- {% endfor %}
- {% endif %}
- {% endwith %}
- {# Body #}
- {% block content %}{% endblock %}
-
- {% endblock %}
+
+ {% with messages = get_flashed_messages() %}
+ {% if messages %}
+ {% for message in messages %}
+
+
+ {{ message }}
+
+ {% endfor %}
+ {% endif %}
+ {% endwith %}
+ {# Body #}
+ {% block content %}{% endblock %}
+
+ {% endblock %}
-
+
-
+
-
+