Revert "FEAT: Add omnisearch to header"

This reverts commit 6bcb242d6b because it caused MANY more problems than anticipated...
This commit is contained in:
2020-02-04 17:01:22 +00:00
parent 459a9b5b05
commit 724d09734b
3 changed files with 47 additions and 50 deletions

View File

@@ -23,6 +23,7 @@
<li><a href="{% url 'event_create' %}"><span class="glyphicon glyphicon-plus"></span>
New Event</a></li>
{% endif %}
</ul>
</li>
{% endif %}
@@ -50,7 +51,4 @@
{% if perms.RIGS.view_venue %}
<li><a href="{% url 'venue_list' %}">Venues</a></li>
{% endif %}
{% if user.is_authenticated %}
<li class="navbar-right">{% include 'RIGS/omnibar.html' with form_class="navbar-form" %}</li>
{% endif %}
{% endblock %}
{% endblock %}