Revised JSON design a bit

Closes #63
This commit is contained in:
Simon Willison 2017-11-11 14:20:00 -08:00
commit e9e1def4c0
5 changed files with 22 additions and 12 deletions

View file

@ -16,7 +16,7 @@
<div class="ft">
Powered by <a href="https://github.com/simonw/datasette">Datasette</a>
{% if took_ms %}&middot; Query took {{ took_ms|round(3) }}ms{% endif %}
{% if query_ms %}&middot; Query took {{ query_ms|round(3) }}ms{% endif %}
</div>
</body>