diff --git a/corpus/templates/base.html b/corpus/templates/base.html
index 71a93513..4d9e5f01 100644
--- a/corpus/templates/base.html
+++ b/corpus/templates/base.html
@@ -10,11 +10,12 @@
+ content="IEEE NITK is a student chapter of the IEEE Organisation belonging in the Bangalore R10 Section. IEEE NITK undertakes a lot of projects by its various SIGs which are formed and projects undertaken by students are futher applied to help solve daily world problems.">
-
+
@@ -29,7 +30,7 @@
-
+
@@ -40,18 +41,18 @@
-
+
-
-
+
+
+ content="IEEE NITK is a student branch of IEEE located at NITK Surathkal dedicated to innovative projects and solutions. This is the official website of IEEE NITK">
@@ -59,10 +60,10 @@
-
-
-
-
+
+
+
+
@@ -90,17 +91,17 @@
{% block style %}
{% endblock %}
{% if USE_TAILWIND_CDN_LINK %}
-
-
+
+
{% endif %}
-
+
-
-
-
- {% include "components/navbar_small.html" %}
-
+
+ {% include "components/navbar_small.html" %}
+
-
- {% include "components/navbar_large.html" %}
-
+
+ {% include "components/navbar_large.html" %}
+
{% if messages %}
{% for message in messages %}
@@ -178,12 +177,6 @@
}
}, intervalDuration);
}
-
- // This makes EVERY select box searchable. There might be
- // some adverse cases, which have to be studied and noted.
- $("select").each(function() {
- $(this).select2();
- })
{% block script %}
diff --git a/corpus/templates/virtual_expo/admin/manage.html b/corpus/templates/virtual_expo/admin/manage.html
index c034217a..7d626b87 100644
--- a/corpus/templates/virtual_expo/admin/manage.html
+++ b/corpus/templates/virtual_expo/admin/manage.html
@@ -6,6 +6,9 @@
{% endblock %}
{% block content %}
+
+
+
{% include "virtual_expo/header.html" with text="Manage Report" %}