diff --git a/templates/includes/macros.html.tera b/templates/includes/macros.html.tera index f69b0a0..c204430 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') %} +{% macro input(label, name, type, required=false, class='rounded-md', value='') %} - + {% endmacro input %} {% macro checkbox(label, name, id='', checked=false) %} diff --git a/templates/index.html.tera b/templates/index.html.tera index a886e81..ff243e1 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -27,7 +27,7 @@ {% set amount_trips = day.planned_events | length + day.trips | length %}