Commit ecf8842d by Manzar Hussain

view template

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