aboutsummaryrefslogtreecommitdiff
path: root/templates/garage_website_inspect.html
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-10-17 18:33:11 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-10-17 18:33:11 +0200
commit4f7cbdd8252f0064729f22929c7ca0e63a10d284 (patch)
tree52c2418e31f564469ac0f7e06589a198b5f094b3 /templates/garage_website_inspect.html
parente0fbd16f926e250e8aa2ecb1ce4ec780638946c4 (diff)
downloadguichet-4f7cbdd8252f0064729f22929c7ca0e63a10d284.tar.gz
guichet-4f7cbdd8252f0064729f22929c7ca0e63a10d284.zip
ajout de la modification du ndd
Diffstat (limited to 'templates/garage_website_inspect.html')
-rw-r--r--templates/garage_website_inspect.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/garage_website_inspect.html b/templates/garage_website_inspect.html
index c047b18..a8f463d 100644
--- a/templates/garage_website_inspect.html
+++ b/templates/garage_website_inspect.html
@@ -63,7 +63,7 @@
<form action="" method="post">
<div class="btn-group" role="group" aria-label="Actions sur le site web">
<button class="btn btn-secondary" name="action" value="increase_quota">Augmenter le quota</button>
- <a class="btn btn-secondary disabled">Changer le nom de domaine</a>
+ <a class="btn btn-secondary" href="/website/vhost/{{ .View.Name.Pretty }}">Changer le nom de domaine</a>
<button class="btn btn-danger" name="action" value="delete_bucket">Supprimer</button>
</div>
</form>