diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-09-25 19:07:07 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-09-25 19:07:07 +0200 |
commit | bc368943a4c0853718b8a53b1caadc297412ef32 (patch) | |
tree | 36a6510319ed137c602a3dce6eb98f1a85e4ef97 /templates/garage_key.html | |
parent | be97a1be587f42a4688825244b025b06172c442a (diff) | |
download | guichet-bc368943a4c0853718b8a53b1caadc297412ef32.tar.gz guichet-bc368943a4c0853718b8a53b1caadc297412ef32.zip |
heavy refactor in progress
Diffstat (limited to 'templates/garage_key.html')
-rw-r--r-- | templates/garage_key.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/garage_key.html b/templates/garage_key.html index e1a9019..cf56822 100644 --- a/templates/garage_key.html +++ b/templates/garage_key.html @@ -3,7 +3,7 @@ {{define "body"}} <div class="d-flex"> <h4>Mes identifiants</h4> - <a class="ml-auto btn btn-link" href="/garage/website">Mes sites webs</a> + <a class="ml-auto btn btn-link" href="/website">Mes sites webs</a> <a class="ml-4 btn btn-info" href="/">Menu principal</a> </div> |