summaryrefslogtreecommitdiffstats
path: root/ogcp/templates
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates')
-rw-r--r--ogcp/templates/repos.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/repos.html b/ogcp/templates/repos.html
index 8477d29..31a4226 100644
--- a/ogcp/templates/repos.html
+++ b/ogcp/templates/repos.html
@@ -54,6 +54,8 @@
form="reposForm" formaction="{{ url_for('repo_add_get') }}" formmethod="get">
<input class="btn btn-light {% block nav_repo_delete %}{% endblock %}" type="submit" value="{{ _('Delete repo') }}"
form="reposForm" formaction="{{ url_for('action_repo_delete') }}" formmethod="get">
+ <input class="btn btn-light {% block nav_repo_update %}{% endblock %}" type="submit" value="{{ _('Update repo') }}"
+ form="reposForm" formaction="{{ url_for('action_repo_update') }}" formmethod="get">
{% if btn_back %}
<button class="btn btn-danger ml-3" type="button" id="backButton" onclick="history.back()">