From 15dd4c2a8f690dcda27c453b3f8659cd39da525d Mon Sep 17 00:00:00 2001 From: Javier Hernandez Date: Tue, 5 Dec 2023 11:02:28 +0100 Subject: views: add action to update repo allow the user to update a repo by selecting one and pressing the update button. --- ogcp/templates/repos.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ogcp/templates/repos.html') 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"> + {% if btn_back %}