FEAT: Add omnisearch to header

Tis a bit broken on mobile at the moment...
This commit is contained in:
2020-02-04 15:48:30 +00:00
parent 94184a33c4
commit 6bcb242d6b
3 changed files with 50 additions and 47 deletions

View File

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