diff --git a/src/app/views/index.html b/src/app/views/index.html index 776b169..e606717 100644 --- a/src/app/views/index.html +++ b/src/app/views/index.html @@ -9,7 +9,6 @@

{{.Title}}

-
{{ if eq .EventType "Suitwalk" }} {{template "suitwalk" .}} {{ else if eq .EventType "RegularsTable" }} @@ -19,7 +18,6 @@ {{ else if eq .EventType "SpecialEvent" }} {{ template "specialEvent" . }} {{ end }} -
\ No newline at end of file diff --git a/src/app/views/regularstable.html b/src/app/views/regularstable.html index 8dd1532..eb903de 100644 --- a/src/app/views/regularstable.html +++ b/src/app/views/regularstable.html @@ -1,6 +1,7 @@ {{ define "regularstable" }}

{{ .EventName }} {{ .Locals.Attendie }}

{{ .Locals.Registered }}

+
@@ -46,4 +47,5 @@ {{end}}
+
{{end}} \ No newline at end of file diff --git a/src/app/views/specialEvent.html b/src/app/views/specialEvent.html index 022935b..70e1673 100644 --- a/src/app/views/specialEvent.html +++ b/src/app/views/specialEvent.html @@ -1,6 +1,7 @@ {{ define "specialEvent" }}

{{ .EventName }} {{ .Locals.Attendie }}

{{ .Locals.Registered }}

+
@@ -29,4 +30,5 @@ {{end}}
+
{{end}} \ No newline at end of file diff --git a/src/app/views/specialEventRoles.html b/src/app/views/specialEventRoles.html index 4e51951..9afa5f8 100644 --- a/src/app/views/specialEventRoles.html +++ b/src/app/views/specialEventRoles.html @@ -1,6 +1,7 @@ {{define "specialEventRoles"}}

{{ .EventName }} {{ .Locals.Attendie }}

{{ .Locals.Registered }}

+
@@ -63,5 +64,6 @@ {{end}}
+
{{end}} {{end}} \ No newline at end of file diff --git a/src/app/views/suitwalk.html b/src/app/views/suitwalk.html index fd1a316..4794d3d 100644 --- a/src/app/views/suitwalk.html +++ b/src/app/views/suitwalk.html @@ -1,6 +1,7 @@ {{define "suitwalk"}}

{{ .EventName }} {{ .Locals.Attendie }}

{{ .Locals.Registered }}

+
@@ -80,5 +81,6 @@ {{end}}
+
{{ end }} {{end}} \ No newline at end of file