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