diff --git a/templates/admin/boat/index.html.tera b/templates/admin/boat/index.html.tera
index 750c523..1878d8f 100644
--- a/templates/admin/boat/index.html.tera
+++ b/templates/admin/boat/index.html.tera
@@ -9,11 +9,9 @@
- {% for boat in boats %}
- {{ boat::edit(boat=boat, uuid=loop.index) }}
- {% endfor %}
-
+ {% for boat in boats %}
+ {{ boat::edit(boat=boat, uuid=loop.index) }}
+ {% endfor %}
diff --git a/templates/includes/forms/boat.html.tera b/templates/includes/forms/boat.html.tera
index ac61476..93586e2 100644
--- a/templates/includes/forms/boat.html.tera
+++ b/templates/includes/forms/boat.html.tera
@@ -1,49 +1,67 @@
{% macro new() %}
-
+
+