Skip to content

Commit

Permalink
top_query v.s. top_canned_query
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 31, 2024
1 parent 0c814ce commit 70336cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion datasette/hookspecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,9 @@ def top_homepage(datasette, request):

# @hookspec
# def top_query(datasette, request, database, query):
# """HTML to include at the top of the query page"""
# """HTML to include at the top of the query results page"""


# @hookspec
# def top_canned_query(datasette, request, database, query):
# """HTML to include at the top of the canned query page"""

0 comments on commit 70336cc

Please sign in to comment.