Move view SQL to bottom of the page

Now consistent with tables
This commit is contained in:
Simon Willison 2017-11-12 13:25:34 -08:00
commit 59a616ca5c

View file

@ -24,10 +24,6 @@
<p>This data as <a href="{{ url_json }}">.json</a>, <a href="{{ url_jsono }}">.jsono</a></p>
{% if view_definition %}
<pre>{{ view_definition }}</pre>
{% endif %}
<table>
<thead>
<tr>
@ -57,4 +53,8 @@
<pre>{{ table_definition }}</pre>
{% endif %}
{% if view_definition %}
<pre>{{ view_definition }}</pre>
{% endif %}
{% endblock %}