diff options
Diffstat (limited to 'ogcp/templates/actions/repos_add.html')
-rw-r--r-- | ogcp/templates/actions/repos_add.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ogcp/templates/actions/repos_add.html b/ogcp/templates/actions/repos_add.html index 338f96c..19f02bf 100644 --- a/ogcp/templates/actions/repos_add.html +++ b/ogcp/templates/actions/repos_add.html @@ -9,9 +9,6 @@ <h2 class="mx-5 subhead-heading">{{_('Add repo')}}</h2> -{{ wtf.quick_form(form, - action=url_for('action_repo_add'), - method='post', - button_map={'submit': 'primary'}, - extra_classes="mx-5") }} +{% include 'repo_inspector.html' %} + {% endblock %} |