Skip to content

Commit

Permalink
Rename assistant.html to query_assistant.html
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Apr 16, 2024
1 parent 0970d78 commit cb71eae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasette_query_assistant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def act(conn):

return Response.html(
await datasette.render_template(
"assistant.html", {"tables": tables}, request=request
"query_assistant.html", {"tables": tables}, request=request
)
)

Expand Down

0 comments on commit cb71eae

Please sign in to comment.