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 f590829 + 5de0ed4 commit 2acc0d7Copy full SHA for 2acc0d7
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