diff --git a/RIGS/templates/RIGS/index.html b/RIGS/templates/RIGS/index.html
index d9ee6fb7..f3b4d1a7 100644
--- a/RIGS/templates/RIGS/index.html
+++ b/RIGS/templates/RIGS/index.html
@@ -11,7 +11,7 @@
-
+
-
-
-
-
- {% include 'RIGS/omnibar.html' %}
+
-
+
+
+
{% if perms.RIGS.view_event %}
- {% include 'RIGS/activity_feed.html' %}
+ {% include 'RIGS/activity_feed.html' %}
{% endif %}
diff --git a/RIGS/templates/RIGS/omnibar.html b/RIGS/templates/RIGS/omnibar.html
deleted file mode 100644
index 88788b89..00000000
--- a/RIGS/templates/RIGS/omnibar.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
diff --git a/templates/base_rigs.html b/templates/base_rigs.html
index 8ab18d50..febaba98 100644
--- a/templates/base_rigs.html
+++ b/templates/base_rigs.html
@@ -23,6 +23,7 @@
New Event
{% endif %}
+
{% endif %}
@@ -50,7 +51,4 @@
{% if perms.RIGS.view_venue %}
Venues
{% endif %}
- {% if user.is_authenticated %}
-
{% include 'RIGS/omnibar.html' with form_class="navbar-form" %}
- {% endif %}
-{% endblock %}
+{% endblock %}
\ No newline at end of file