diff --git a/template/blocks/base.html.tmpl b/template/blocks/base.html.tmpl index ef71439..af5bda3 100644 --- a/template/blocks/base.html.tmpl +++ b/template/blocks/base.html.tmpl @@ -19,6 +19,5 @@ {{- block "body" . -}}{{- end -}} {{- block "body_script" . -}}{{end}} - {{template "footer" .}} {{end}} diff --git a/template/layouts/admin_app_edit.html.tmpl b/template/layouts/admin_app_edit.html.tmpl index 777e60a..a47d286 100644 --- a/template/layouts/admin_app_edit.html.tmpl +++ b/template/layouts/admin_app_edit.html.tmpl @@ -106,7 +106,6 @@ - {{template "footer" .}} {{end}} diff --git a/template/layouts/admin_apps_list.html.tmpl b/template/layouts/admin_apps_list.html.tmpl index 78a4d0e..ff022c6 100644 --- a/template/layouts/admin_apps_list.html.tmpl +++ b/template/layouts/admin_apps_list.html.tmpl @@ -57,7 +57,6 @@ - {{template "footer" .}} {{end}} diff --git a/template/layouts/admin_login.html.tmpl b/template/layouts/admin_login.html.tmpl index 1abd085..d5f4107 100644 --- a/template/layouts/admin_login.html.tmpl +++ b/template/layouts/admin_login.html.tmpl @@ -15,7 +15,6 @@ - {{template "footer" .}} {{end}} diff --git a/template/layouts/admin_market_app_install.html.tmpl b/template/layouts/admin_market_app_install.html.tmpl index cecf9d5..16604e3 100644 --- a/template/layouts/admin_market_app_install.html.tmpl +++ b/template/layouts/admin_market_app_install.html.tmpl @@ -34,7 +34,6 @@ {{end}} - {{template "footer" .}} {{end}} diff --git a/template/layouts/admin_market_search.html.tmpl b/template/layouts/admin_market_search.html.tmpl index 4581a6a..9dc8326 100644 --- a/template/layouts/admin_market_search.html.tmpl +++ b/template/layouts/admin_market_search.html.tmpl @@ -62,7 +62,6 @@ - {{template "footer" .}} {{end}} diff --git a/template/layouts/admin_register.html.tmpl b/template/layouts/admin_register.html.tmpl index fe7297c..9b5394b 100644 --- a/template/layouts/admin_register.html.tmpl +++ b/template/layouts/admin_register.html.tmpl @@ -33,7 +33,6 @@ - {{template "footer" .}} {{end}} diff --git a/template/layouts/admin_settings.html.tmpl b/template/layouts/admin_settings.html.tmpl index cd5d27d..7ffe4b6 100644 --- a/template/layouts/admin_settings.html.tmpl +++ b/template/layouts/admin_settings.html.tmpl @@ -30,7 +30,6 @@ - {{template "footer" .}} {{end}} diff --git a/template/layouts/admin_user_delete.html.tmpl b/template/layouts/admin_user_delete.html.tmpl index 69ad5e8..8be8efa 100644 --- a/template/layouts/admin_user_delete.html.tmpl +++ b/template/layouts/admin_user_delete.html.tmpl @@ -29,7 +29,6 @@ - {{template "footer" .}} {{end}} diff --git a/template/layouts/admin_user_info.html.tmpl b/template/layouts/admin_user_info.html.tmpl index 3ffb4d3..49e1bd4 100644 --- a/template/layouts/admin_user_info.html.tmpl +++ b/template/layouts/admin_user_info.html.tmpl @@ -90,7 +90,6 @@ - {{template "footer" .}} {{end}} diff --git a/template/layouts/admin_users_list.html.tmpl b/template/layouts/admin_users_list.html.tmpl index 5e7866d..089d5c8 100644 --- a/template/layouts/admin_users_list.html.tmpl +++ b/template/layouts/admin_users_list.html.tmpl @@ -46,7 +46,6 @@ - {{template "footer" .}} {{end}} diff --git a/template/layouts/captive_portal.html.tmpl b/template/layouts/captive_portal.html.tmpl index 650c520..cc0ed80 100644 --- a/template/layouts/captive_portal.html.tmpl +++ b/template/layouts/captive_portal.html.tmpl @@ -15,7 +15,6 @@ - {{template "footer" .}} {{end}} diff --git a/template/layouts/highscore.html.tmpl b/template/layouts/highscore.html.tmpl index 0c76061..4bec17d 100644 --- a/template/layouts/highscore.html.tmpl +++ b/template/layouts/highscore.html.tmpl @@ -25,7 +25,6 @@ {{template "highscores" .}} - {{template "footer" .}} {{end}}