summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions')
-rw-r--r--ogcp/templates/actions/repos_add.html (renamed from ogcp/templates/actions/repos_details.html)4
1 files changed, 2 insertions, 2 deletions
diff --git a/ogcp/templates/actions/repos_details.html b/ogcp/templates/actions/repos_add.html
index 2768492..7782014 100644
--- a/ogcp/templates/actions/repos_details.html
+++ b/ogcp/templates/actions/repos_add.html
@@ -7,10 +7,10 @@
{% block nav_repos_add %}active{% endblock %}
{% block content %}
-<h1 class="m-5">{{_('Repo details')}}</h1>
+<h1 class="m-5">{{_('Add repo')}}</h1>
{{ wtf.quick_form(form,
- action=url_for('repo_add_post'),
+ action=url_for('action_repo_add'),
method='post',
button_map={'submit': 'primary'},
extra_classes="mx-5") }}