Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
cooperatic-mlc
kohinos
Commits
29d563d1
Commit
29d563d1
authored
Jan 29, 2021
by
Mathieu Poisbeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#468: fix translations in 'email/admin_add_adherent' template
parent
7b8d7af9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
admin_add_adherent.html.twig
templates/email/admin_add_adherent.html.twig
+4
-4
No files found.
templates/email/admin_add_adherent.html.twig
View file @
29d563d1
...
@@ -7,19 +7,19 @@
...
@@ -7,19 +7,19 @@
{%
block
content
%}
{%
block
content
%}
<h2
style=
"font-size: 18px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: bold; line-height: 1.2em; margin: 40px 0;"
>
<h2
style=
"font-size: 18px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: bold; line-height: 1.2em; margin: 40px 0;"
>
{{
'
mails.add_adherent.title'
|
trans
|
raw
}}
{{
'
add_adherent.title'
|
trans
(
{}
,
'mails'
)
|
raw
}}
</h2>
</h2>
<p>
<p>
{{
'mails.add_adherent.welcome'
|
trans
|
raw
}}
{{
'add_adherent.welcome'
|
trans
(
{}
,
'mails'
)
|
raw
}}
</p>
</p>
<p>
<p>
{{
'mails.add_adherent.confirm'
|
trans
|
raw
}}
{{
'add_adherent.confirm'
|
trans
(
{}
,
'mails'
)
|
raw
}}
<br/>
<br/>
<a
href=
'
{{
confirmationUrl
}}
'
>
{{
confirmationUrl
}}
</a>
<a
href=
'
{{
confirmationUrl
}}
'
>
{{
confirmationUrl
}}
</a>
</p>
</p>
{{
'
mails.add_adherent.footer'
|
trans
|
raw
}}
{{
'
add_adherent.footer'
|
trans
(
{}
,
'mails'
)
|
raw
}}
{%
endblock
%}
{%
endblock
%}
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