diff --git a/RIGS/templates/RIGS/index.html b/RIGS/templates/RIGS/index.html index f3b4d1a7..d9ee6fb7 100644 --- a/RIGS/templates/RIGS/index.html +++ b/RIGS/templates/RIGS/index.html @@ -11,7 +11,7 @@
- + -
-
-

Search Rigboard -

-
- -
-
-
-
- - -
- - -
-
-
-
-
+
+
+

Search Rigboard +

+
+
+
+ {% 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 %} + + {% endif %} +{% endblock %}