Rebase on master to take Note and Report functionnalities

This commit is contained in:
Gregory Trullemans 2022-09-30 10:29:48 +02:00
parent b52b913970
commit ef5609f932
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ urlpatterns = [
name="remove_jump_chrono_value"
),
path(r"chrono/detailed_score_for_date_range/<int:gymnast_id>/<int:routine_type>/<str:date_begin>/<str:date_end>/", views.average_jump_chrono_details_between_two_date, name="average_jump_chrono_details_between_two_date"),
path(r"chrono/details/<int:chrono_id>/", views.jump_chrono_details, name="jump_chrono_details"),
path(r"note/", views.note_listing, name="note_list"),