mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix for 500 error on /db?sql=x
This commit is contained in:
parent
b9b9358346
commit
f98e62fe5a
1 changed files with 1 additions and 0 deletions
|
|
@ -309,4 +309,5 @@ class BaseView(RenderMixin):
|
|||
"named_parameter_values": named_parameter_values,
|
||||
"editable": editable,
|
||||
"canned_query": canned_query,
|
||||
"config": self.ds.config,
|
||||
}, templates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue