Merge pull request #425 from nerdoc/patch-10
don't escape confirmation mail templates.
This commit is contained in:
commit
1bcdfaf19d
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{{ trans('texts.confirmation_header') }}
|
||||
{!! trans('texts.confirmation_header') !!}
|
||||
|
||||
{{ $invitationMessage . trans('texts.confirmation_message') }}
|
||||
{!! $invitationMessage . trans('texts.confirmation_message') !!}
|
||||
{!! URL::to("user/confirm/{$user->confirmation_code}") !!}
|
||||
|
||||
{{ trans('texts.email_signature') }}
|
||||
{{ trans('texts.email_from') }}
|
||||
{!! trans('texts.email_signature') !!}
|
||||
{!! trans('texts.email_from') !!}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue