fix email formatting
This commit is contained in:
parent
dfd72d2d69
commit
545d2a7ccf
|
@ -3,6 +3,7 @@
|
|||
{% set url=url('/angeltypes', {'action': 'view', 'angeltype_id': angeltype.id}) %}
|
||||
|
||||
{% block introduction %}
|
||||
|
||||
{{ __('notification.angeltype.added.introduction', [angeltype.name|e, url])|raw }}
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
@ -6,9 +6,10 @@
|
|||
|
||||
{{ '-- ' }}
|
||||
{% block footer %}
|
||||
{{config('name')}}
|
||||
{%- if config('enable_show_day_of_event') and day_of_event is defined %}
|
||||
, {{ __('event.day', [day_of_event]) }}
|
||||
{% endif %}
|
||||
{{ config('name') }}
|
||||
{%- if config('enable_show_day_of_event') and day_of_event is defined -%}
|
||||
{% if config('name') %}, {% endif %}{{ __('event.day', [day_of_event]) }}
|
||||
{%- endif %}
|
||||
|
||||
{{ __('email.footer', [config('app_name')]) }}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue