changed sync to post form (still called send to benchcoach)

This commit is contained in:
2021-12-30 10:40:30 -06:00
parent 90d72033b4
commit 590069c3b1
5 changed files with 66 additions and 54 deletions

View File

@@ -14,7 +14,7 @@ urlpatterns = [
path('sync_teamsnap_db', views.sync_teamsnapdb_with_teamsnapapi, name="sync with teamsnapapi"),
path('sync_benchcoach_db', views.sync_teamsnapdb_to_benchcoachdb, name="sync benchcoach"),
path('update/<str:object_name>', views.update_teamsnapdb_from_teamsnapapi, name="update"),
path('send/<str:object_name>', views.send_to_benchcoach, name="send"),
path('send', views.send_to_benchcoach, name="send"),
path('sync/', views.sync, name="sync"),
path('import/', views.import_teamsnap, name="import")
# path('import_teamsnap', views.import_teamsnap, name="import teamsnap"),