kopia lustrzana https://github.com/simonw/datasette
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 templatespull/181/head
rodzic
0abd3abacb
commit
446d47fdb0
|
@ -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() }}
|
||||
|
|
Ładowanie…
Reference in New Issue