Update URL

This commit is contained in:
Gregory Trullemans 2022-11-19 19:23:10 +01:00
parent 5122bf98f3
commit ff04388db2
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ gymnast_urlpatterns = [
),
path(
r"report/<int:gymnast_id>/",
views.preview_gymnast_report,
views.generate_report,
name="gymnast_report_preview",
),
path(