We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a98427 + 2acc0d7 commit a7cff65Copy full SHA for a7cff65
Resources/views/Registration/email.txt.twig
@@ -1,7 +1,7 @@
1
{% trans_default_domain 'FOSUserBundle' %}
2
{% block subject %}
3
{%- autoescape false -%}
4
-{{ 'registration.email.subject'|trans({'%username%': user.username, '%confirmationUrl%': confirmationUrl}) }}
+{{ 'registration.email.subject'|trans({'%username%': user.username}) }}
5
{%- endautoescape -%}
6
{% endblock %}
7
0 commit comments