diff options
author | Alex Auvolat <alex@adnab.me> | 2023-02-08 16:46:13 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-02-08 16:46:13 +0100 |
commit | f77697f50147f34aad34fd13aab85f335f6a9746 (patch) | |
tree | a2af74b069841bce475ae26c286f54e221694d33 /templates/layout.html | |
parent | 670123df38608c98eadc482b9778ddfffe8560c7 (diff) | |
download | guichet-f77697f50147f34aad34fd13aab85f335f6a9746.tar.gz guichet-f77697f50147f34aad34fd13aab85f335f6a9746.zip |
mailing list: ability to add guest users
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index 212ce5e..0a887ce 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="/static/css/bootstrap.min.css"> - <title>{{template "title"}} Guichet</title> + <title>{{template "title" .}} Guichet</title> </head> <body> <div class="container mb-4"> |