url for setting show_guided_tour

Uses a URL param to indicate whether the value should be set to True or False.
Redirects to home page.
This commit is contained in:
Hugh Rundle 2022-06-13 13:10:31 +10:00
parent 80c71928c3
commit 6b7caa9c71

View file

@ -650,4 +650,5 @@ urlpatterns = [
re_path(
r"^summary_revoke_key/?$", views.summary_revoke_key, name="summary-revoke-key"
),
path("guided-tour/", views.toggle_guided_tour),
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)