Don't escape the verification URL
In the verification email we would output the URL using HTML encoded text, so that e.g. & -> &. We don't want that and we know the URL won't contain user contributed content, so it is safe to turn off HTML encoding here. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
a1eb1f6051
commit
34900cce8c
@ -19,4 +19,4 @@ Hi {{ username }},
|
||||
|
||||
to activate your GNU MediaGoblin account, open the following URL in your web browser
|
||||
|
||||
{{ verification_url }}
|
||||
{{ verification_url|safe }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user