diff options
author | Alex Auvolat <alex@adnab.me> | 2021-08-16 16:31:04 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-08-16 16:31:04 +0200 |
commit | a187ae72cbd5960a0778679fba7535d67796f27e (patch) | |
tree | 0c8f5a44fb44dff33685482a66a758be9655845f /templates | |
parent | b1316fb653e2ccd521e7820b6c9d41444e9dac09 (diff) | |
download | guichet-a187ae72cbd5960a0778679fba7535d67796f27e.tar.gz guichet-a187ae72cbd5960a0778679fba7535d67796f27e.zip |
remove useless newline
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index f59f9fe..5f4a315 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -6,7 +6,6 @@ <link rel="stylesheet" href="/static/css/bootstrap.min.css"> - <title>{{template "title"}} Guichet</title> </head> <body> |