aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja b/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja
index c4b7a9a..8b070d9 100644
--- a/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/repos/show_single.html.jinja
@@ -59,7 +59,7 @@ code in a proprietary work, I am not going to enforce this in court.
{% set button_text = _('web_ui.repos.single.update_name_button') %}
{% set initial_show = repo_name_invalid is defined %}
{% set initial_show = initial_show or repo_name_taken is defined %}
- {{ tricks.sibling_hider(button_text, 'edit_name', initial_show) }}
+ {{ tricks.sibling_hider_but(button_text, 'edit_name', initial_show) }}
<form method="POST">
<input type="hidden" name="action" value="update_repo_data">
@@ -107,7 +107,7 @@ code in a proprietary work, I am not going to enforce this in court.
{% set button_text = _('web_ui.repos.single.update_url_button') %}
{% set initial_show = repo_url_invalid is defined %}
- {{ tricks.sibling_hider(button_text, 'edit_url', initial_show) }}
+ {{ tricks.sibling_hider_but(button_text, 'edit_url', initial_show) }}
<form method="POST">
<input type="hidden" name="action" value="update_repo_data">