Commit ecf8842d by Manzar Hussain

view template

parent 51c85edd
......@@ -50,11 +50,7 @@
{{ header }}
</div>
{% endif %}
{% if exposed %}
<div class="view-filters filter_select_container">
{{ exposed }}
</div>
{% endif %}
{% if attachment_before %}
<div class="attachment attachment-before">
{{ attachment_before }}
......@@ -63,6 +59,11 @@
{% if rows %}
<div class="view-content">
{% if exposed %}
<div class="view-filters filter_select_container">
{{ exposed }}
</div>
{% endif %}
{{ rows }}
</div>
{% elseif empty %}
......
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