aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/repos.html.jinja
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-08-23 13:34:30 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-28 12:54:52 +0200
commite255c2f353ad16d3ed0460dabe84a11b119902da (patch)
tree4e7ca46d957a898cc7ffff7924fa16411560239f /src/hydrilla/proxy/web_ui/templates/repos.html.jinja
parent7dc7b9c2c2d4b169ad545606e2fc7ef752a5d5a2 (diff)
downloadhaketilo-hydrilla-e255c2f353ad16d3ed0460dabe84a11b119902da.tar.gz
haketilo-hydrilla-e255c2f353ad16d3ed0460dabe84a11b119902da.zip
make it possible to change repo's name and URL using web UI
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/repos.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/repos.html.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/repos.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos.html.jinja
index 3e61a83..54465a1 100644
--- a/src/hydrilla/proxy/web_ui/templates/repos.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/repos.html.jinja
@@ -29,7 +29,7 @@ in a proprietary work, I am not going to enforce this in court.
{% block main %}
<h3>{{ _('web_ui.repos.heading') }}</h3>
<div>
- <a href="{{ url_for('.add_repo_get') }}" class="green-button">
+ <a href="{{ url_for('.add_repo') }}" class="green-button">
{{ _('web_ui.repos.add_repo_button') }}
</a>
</div>