website/docs: email stage: fix example translation error (#9048)
Update index.mdx fixed configuration_error django.template.exceptions.TemplateSyntaxError: 'blocktrans' doesn't allow other block tags (seen 'blocktrans') inside it Signed-off-by: Leonard Klausmann <41154624+schnadoslin@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
d7d32075e7
commit
c96e195666
@ -107,9 +107,7 @@ Templates are rendered using Django's templating engine. The following variables
|
||||
<table width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td class="content-block">
|
||||
{% blocktrans %}
|
||||
You recently requested to change your password for you authentik account. Use the button below to set a new password.
|
||||
{% endblocktrans %}
|
||||
{% trans 'You recently requested to change your password for you authentik account. Use the button below to set a new password.' %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user