aboutsummaryrefslogtreecommitdiff
path: root/tmpl/index_login.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/index_login.tmpl')
-rw-r--r--tmpl/index_login.tmpl30
1 files changed, 15 insertions, 15 deletions
diff --git a/tmpl/index_login.tmpl b/tmpl/index_login.tmpl
index da3396c..d9b997c 100644
--- a/tmpl/index_login.tmpl
+++ b/tmpl/index_login.tmpl
@@ -15,21 +15,21 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ -}}
-{{ define "index_login" }}
+{{- define "index_login" -}}
<!DOCTYPE html>
<html>
-<head>
-<title>
-Login required &ndash; FBFP
-</title>
-</head>
-<body>
-<p>
-You have not authenticated.
-</p>
-<p>
-You must <a href="login">login</a> to use this service.
-</p>
-</body>
+ <head>
+ <title>
+ Login required &ndash; FBFP
+ </title>
+ </head>
+ <body>
+ <p>
+ You have not authenticated.
+ </p>
+ <p>
+ You must <a href="login">login</a> to use this service.
+ </p>
+ </body>
</html>
-{{ end }}
+{{- end -}}