diff options
Diffstat (limited to 'templates/profile.html')
-rw-r--r-- | templates/profile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/profile.html b/templates/profile.html index d2ff632..bdab685 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -12,7 +12,7 @@ <div class="alert alert-success"> Profil enregistré. </div> - <a class="ml-auto btn btn-info" href="/">Retour</a> + <a class="btn btn-info" href="/">Retour</a> {{else}} <form method="POST"> <div class="form-group"> |