Move view SQL to bottom of the page

Now consistent with tables
pull/81/head
Simon Willison 2017-11-12 13:25:34 -08:00
rodzic 22851ed9f0
commit 59a616ca5c
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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 %}