Show time taken at bottom of table page

This commit is contained in:
Simon Willison 2017-10-24 18:31:54 -07:00
commit bd5f3b2ba1

View file

@ -31,4 +31,5 @@ td {
</tr>
{% endfor %}
</table>
{% if took_ms %}<small>Took {{ took_ms }}</small>{% endif %}
{% endblock %}