mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Extra body CSS class for canned queries, closes #727
This commit is contained in:
parent
d349d57cdf
commit
15e2321804
3 changed files with 10 additions and 1 deletions
|
|
@ -63,6 +63,10 @@ The custom SQL template (``/dbname?sql=...``) gets this::
|
|||
|
||||
<body class="query db-dbname">
|
||||
|
||||
A canned query template (``/dbname/queryname``) gets this::
|
||||
|
||||
<body class="query db-dbname query-queryname">
|
||||
|
||||
The table template (``/dbname/tablename``) gets::
|
||||
|
||||
<body class="table db-dbname table-tablename">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue