diff --git a/web/templates/admin/campsite/index.gohtml b/web/templates/admin/campsite/index.gohtml index addf242..a7a67be 100644 --- a/web/templates/admin/campsite/index.gohtml +++ b/web/templates/admin/campsite/index.gohtml @@ -17,27 +17,6 @@

{{( pgettext "Campsites" "title" )}}

{{ if .Campsites -}} -
-
- {{ with .From -}} -
- {{( gettext "From Date" )}} - {{ template "month-input" . }} - {{ template "error-message" . }} -
- {{- end }} - {{ with .To -}} -
- {{( gettext "To Date" )}} - {{ template "month-input" . }} - {{ template "error-message" . }} -
- {{- end }} -
- -
@@ -83,6 +62,27 @@
+
+
+ {{ with .From -}} +
+ {{( gettext "From Date" )}} + {{ template "month-input" . }} + {{ template "error-message" . }} +
+ {{- end }} + {{ with .To -}} +
+ {{( gettext "To Date" )}} + {{ template "month-input" . }} + {{ template "error-message" . }} +
+ {{- end }} +
+ +
{{ else -}}

{{( gettext "No campsites added yet." )}}

{{- end }}