diff options
-rw-r--r-- | templates/payment/create.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/payment/create.html b/templates/payment/create.html index 519729e..9af68b6 100644 --- a/templates/payment/create.html +++ b/templates/payment/create.html @@ -84,6 +84,7 @@ <label class="g-Form__Label"> Catégorie <select name="category_id" class="g-Form__Select" required> + <option hidden disabled selected value></option> {% for category in categories %} <option value="{{ category.id }}" |