diff kallithea/templates/admin/repos/repo_edit_settings.html @ 6093:062aa22363a1

routing: use POST to 'update_repo' instead of PUT
author Mads Kiilerich <madski@unity3d.com>
date Thu, 04 Aug 2016 14:23:36 +0200
parents 2fa786ba2b2a
children cd6176c0634a
line wrap: on
line diff
--- a/kallithea/templates/admin/repos/repo_edit_settings.html	Thu Aug 04 14:23:36 2016 +0200
+++ b/kallithea/templates/admin/repos/repo_edit_settings.html	Thu Aug 04 14:23:36 2016 +0200
@@ -1,4 +1,4 @@
-${h.form(url('put_repo', repo_name=c.repo_info.repo_name), method='put')}
+${h.form(url('update_repo', repo_name=c.repo_info.repo_name))}
     <div class="form">
         <!-- fields -->
         <div class="fields">