summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/repos_update.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/repos_update.html')
-rw-r--r--ogcp/templates/actions/repos_update.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/ogcp/templates/actions/repos_update.html b/ogcp/templates/actions/repos_update.html
index 15c6b64..1278648 100644
--- a/ogcp/templates/actions/repos_update.html
+++ b/ogcp/templates/actions/repos_update.html
@@ -9,9 +9,6 @@
<h2 class="mx-5 subhead-heading">{{_('Update repo')}}</h2>
-{{ wtf.quick_form(form,
- action=url_for('action_repo_update'),
- method='post',
- button_map={'submit': 'primary'},
- extra_classes="mx-5") }}
+{% include 'repo_inspector.html' %}
+
{% endblock %}