diff --git a/internal/server/template/blocks/form.html.tmpl b/internal/server/template/blocks/form.html.tmpl index 9cefe73..3cb55c8 100644 --- a/internal/server/template/blocks/form.html.tmpl +++ b/internal/server/template/blocks/form.html.tmpl @@ -11,7 +11,7 @@ + name="submit" value="Save" /> diff --git a/internal/server/template/blocks/form_input_array.html.tmpl b/internal/server/template/blocks/form_input_array.html.tmpl index 1be62d9..52100a1 100644 --- a/internal/server/template/blocks/form_input_array.html.tmpl +++ b/internal/server/template/blocks/form_input_array.html.tmpl @@ -18,7 +18,7 @@ + value="Remove" />
@@ -30,7 +30,7 @@ class="bg-blue-500 text-white mb-2 mt-2 px-3 py-1 rounded-md text-sm font-medium hover:bg-blue-700 transition duration-300" type="submit" name="add:{{ $fullProperty }}/-" - value="Ajouter" /> + value="Add" />