make html title more readable in query template (#180)

tiny tweak to make this easier to visually parse—I think it matches your style in other templates
pull/181/head
Ryan Pitts 2018-04-03 08:24:04 -07:00 zatwierdzone przez Simon Willison
rodzic 0abd3abacb
commit 446d47fdb0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}{{ database }}{% if query and query.sql %}{{ query.sql }}{% endif %}{% endblock %}
{% block title %}{{ database }}{% if query and query.sql %}: {{ query.sql }}{% endif %}{% endblock %}
{% block extra_head %}
{{ super() }}