Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
945ebd88
Commit
945ebd88
authored
Apr 27, 2023
by
Yvon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reset password : clickable link with html in twig without translation for tav
parent
c9270a70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
email.txt.twig
...es/kohinos/bundles/FOSUserBundle/Resetting/email.txt.twig
+16
-6
No files found.
templates/themes/kohinos/bundles/FOSUserBundle/Resetting/email.txt.twig
View file @
945ebd88
...
...
@@ -5,9 +5,19 @@
{%
-
endautoescape
-
%}
{%
endblock
%}
{%
block
body_text
%}
{%
autoescape
false
%}
{{
'resetting.email.message'
|
trans
(
{
'%username%'
:
user.username
,
'%confirmationUrl%'
:
confirmationUrl
}
)
}}
{%
endautoescape
%}
{%
endblock
%}
{%
block
body_html
%}{%
endblock
%}
{%
it
tav_env
%}
{%
block
body_text
%}
{%
endblock
%}
{%
block
body_html
%}
{%
autoescape
false
%}
{{
'Bonjour '
~
user.username
~
' !<br/><br/>Pour réinitialiser votre mot de passe, merci de <a href='
~
confirmationUrl
~
'>cliquer sur ce lien</a>.<br/><br/>Cordialement,\nL\'équipe\n'
}}
{%
endautoescape
%}
{%
endblock
%}
{%
else
%}
{%
block
body_text
%}
{%
autoescape
false
%}
{{
'resetting.email.message'
|
trans
(
{
'%username%'
:
user.username
,
'%confirmationUrl%'
:
confirmationUrl
}
)
}}
{%
endautoescape
%}
{%
endblock
%}
{%
block
body_html
%}{%
endblock
%}
{%
endif
%}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment