diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-09-25 22:00:46 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-09-25 22:00:46 +0200 |
commit | 08287375736a0a57c03b4bd6d9c222dc5567db6e (patch) | |
tree | b6426ca7127cc65484034542790b75773e5282f5 /templates/garage_website_new.html | |
parent | bc368943a4c0853718b8a53b1caadc297412ef32 (diff) | |
download | guichet-08287375736a0a57c03b4bd6d9c222dc5567db6e.tar.gz guichet-08287375736a0a57c03b4bd6d9c222dc5567db6e.zip |
patch and delete with quota are now implemented
Diffstat (limited to 'templates/garage_website_new.html')
-rw-r--r-- | templates/garage_website_new.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/templates/garage_website_new.html b/templates/garage_website_new.html index f1cd847..7ee4936 100644 --- a/templates/garage_website_new.html +++ b/templates/garage_website_new.html @@ -3,8 +3,16 @@ {{define "body"}} <div class="d-flex"> <h4>Créer un site web</h4> - <a class="ml-auto btn btn-link" href="/garage/key">Mes identifiants</a> - <a class="ml-4 btn btn-info" href="/garage/website">Mes sites webs</a> + <a class="ml-auto btn btn-link" href="/website/configure">Mes identifiants</a> + <a class="ml-4 btn btn-info" href="/website">Mes sites webs</a> +</div> + +<div class="row mt-3"> + <div class="col-md-12"> + {{if .Err}} + <div class="alert alert-danger">{{ .Err.Error }}</div> + {{end}} + </div> </div> <ul class="nav nav-tabs" id="proto" role="tablist"> @@ -17,6 +25,7 @@ </ul> <div class="tab-content" id="protocols"> + <div class="tab-pane fade show active" id="dnsint" role="tabpanel" aria-labelledby="dnsint-tab"> <form method="POST" class="mt-4"> <div class="form-row"> |