Commit 5a0d6d47 by Thibault Grandjean

update URLs

parent 06d1755d
Pipeline #1861 passed with stage
in 1 minute 29 seconds
...@@ -63,6 +63,6 @@ urlpatterns = [ ...@@ -63,6 +63,6 @@ urlpatterns = [
url(r'^delete_shift_registration$', admin.delete_shift_registration), url(r'^delete_shift_registration$', admin.delete_shift_registration),
url(r'^get_member_info/(\d+)$', admin.get_member_info), url(r'^get_member_info/(\d+)$', admin.get_member_info),
url(r'^admin/create_pair$', admin.create_pair), url(r'^admin/manage_attached/create$', admin.create_pair),
url(r'^admin/delete_pair$', admin.delete_pair), url(r'^admin/manage_attached/delete$', admin.delete_pair),
] ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment