Commit aece1c22 authored by Serge S. Koval's avatar Serge S. Koval

Model block

parent 91fae266
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
</li> </li>
{% endif %} {% endif %}
{% block model_menu_bar_before_filters %}{% endblock %}
{% if filters %} {% if filters %}
<li class="dropdown"> <li class="dropdown">
{{ model_layout.filter_options() }} {{ model_layout.filter_options() }}
......
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
</li> </li>
{% endif %} {% endif %}
{% block model_menu_bar_before_filters %}{% endblock %}
{% if filters %} {% if filters %}
<li class="dropdown"> <li class="dropdown">
{{ model_layout.filter_options() }} {{ model_layout.filter_options() }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment