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 69a3e2817d
commit 0f997618cd
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ urlpatterns = [
),
path(r"chrono/edit/<int:chrono_id>/", views.chrono_create_or_update, name="chrono_update"),
path(r"chrono/details/<int:chrono_id>/", views.jump_chrono_details, name="jump_chrono_details"),
path(r"chrono/details/<int:chrono_id>/", views.jump_chrono_details, name="jump_chrono_details"),
path(r"chrono/details/<int:chrono_id>/add/", views.jump_chrono_values_create_or_update, name="jump_chrono_values_create_or_update"),
path(
r"chrono/add_jump_chrono_value/",