mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
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
This commit is contained in:
parent
0abd3abacb
commit
446d47fdb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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() }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue