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

Merge pull request #1199 from PierreRochard/master

Adding block after filter in list view
parents 05262c19 48935dc5
...@@ -51,6 +51,8 @@ ...@@ -51,6 +51,8 @@
{{ model_layout.search_form() }} {{ model_layout.search_form() }}
</li> </li>
{% endif %} {% endif %}
{% block model_menu_bar_after_filters %}{% endblock %}
</ul> </ul>
{% endblock %} {% endblock %}
......
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
{{ model_layout.search_form() }} {{ model_layout.search_form() }}
</li> </li>
{% endif %} {% endif %}
{% block model_menu_bar_after_filters %}{% endblock %}
</ul> </ul>
{% endblock %} {% endblock %}
......
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