diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-19 14:58:39 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-19 14:58:39 +0200 |
commit | 1f34547a4c5d9ae82b929b218c057277ea72b939 (patch) | |
tree | 9a323348a151c61cc81248b725ee62d13c7ec3d5 /templates/garage_website_new.html | |
parent | ddb1ca205abb6349b59bc5ea7764a68484e72338 (diff) | |
download | guichet-website.tar.gz guichet-website.zip |
bind templateswebsite
Diffstat (limited to 'templates/garage_website_new.html')
-rw-r--r-- | templates/garage_website_new.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/garage_website_new.html b/templates/garage_website_new.html index e806c51..f1cd847 100644 --- a/templates/garage_website_new.html +++ b/templates/garage_website_new.html @@ -18,7 +18,7 @@ <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" enctype="multipart/form-data"> + <form method="POST" class="mt-4"> <div class="form-row"> <div class="form-group col-md-6"> <label for="bucket">Sous-domaine désiré :</label> @@ -36,7 +36,7 @@ </form> </div> <div class="tab-pane fade show" id="dnsext" role="tabpanel" aria-labelledby="dnsext-tab"> - <form method="POST" class="mt-4" enctype="multipart/form-data"> + <form method="POST" class="mt-4"> <div class="form-row"> <div class="form-group col-md-6"> <label for="bucket2">Votre nom de domaine :</label> |