diff --git a/templates/includes/macros.html.tera b/templates/includes/macros.html.tera index 5007909..80d1413 100644 --- a/templates/includes/macros.html.tera +++ b/templates/includes/macros.html.tera @@ -24,9 +24,9 @@
{% endmacro header %} -{% macro input(label, name, type, required=false, class='rounded-md', value='') %} +{% macro input(label, name, type, required=false, class='rounded-md', value='', min='') %} - + {% endmacro input %} {% macro checkbox(label, name, id='', checked=false) %} diff --git a/templates/index.html.tera b/templates/index.html.tera index 41fa00e..f9a859e 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -193,7 +193,7 @@