-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
If another plugin (such as datasette-search-all) tries to render a template without passing a request object the extra_template_vars() hook can throw an error:
datasette-auth-github/datasette_auth_github/__init__.py
Lines 44 to 46 in 93c3775
| @hookimpl | |
| def extra_template_vars(request): | |
| return {"auth": request.scope.get("auth")} |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working