website/docs: fix email template formatting (#9330)
fix formating issue Fixes: django.template.exceptions.TemplateSyntaxError: 'blocktrans' doesn't allow other block tags (seen "trans 'You recently requested to change your password for you authentik account. Use the button below to set a new password.'") inside it Signed-off-by: Zapfmeister <zapfmeister@gmail.com>
This commit is contained in:
@ -98,8 +98,8 @@ Templates are rendered using Django's templating engine. The following variables
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="alert alert-success">
|
<td class="alert alert-success">
|
||||||
{% blocktrans with username=user.username %} Hi {{ username }}, {%
|
{% blocktrans with username=user.username %} Hi {{ username }},
|
||||||
endblocktrans %}
|
{% endblocktrans %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user