Release 2.23.0 (#5075)
This commit is contained in:
@@ -13,9 +13,5 @@
|
||||
|
||||
<spacer size="16"></spacer>
|
||||
|
||||
<p><small>{{ 'button_copy_url_to_browser'|trans({'%url%': confirmationUrl}, 'email') }}</small></p>
|
||||
|
||||
<spacer size="16"></spacer>
|
||||
|
||||
<p><small>{{ 'automated_email_dont_answer'|trans({}, 'email') }}</small></p>
|
||||
{% endblock %}
|
||||
|
||||
@@ -1,29 +1,15 @@
|
||||
{% apply inky_to_html|inline_css(source('@css/emails.css')) %}
|
||||
<style type="text/css">
|
||||
body, html, .body {
|
||||
background: #f3f3f3 !important;
|
||||
}
|
||||
.container.header {
|
||||
background: #f3f3f3;
|
||||
}
|
||||
</style>
|
||||
|
||||
<spacer size="32"></spacer>
|
||||
|
||||
<container class="header">
|
||||
<row>
|
||||
<columns>
|
||||
<h1 class="text-center">{% block title %}{% endblock %}</h1>
|
||||
</columns>
|
||||
</row>
|
||||
</container>
|
||||
<h5>{% block title %}{% endblock %}</h5>
|
||||
|
||||
<spacer size="32"></spacer>
|
||||
|
||||
{% block body %}{% endblock %}
|
||||
|
||||
<spacer size="32"></spacer>
|
||||
|
||||
<p><small>{{ 'automated_email_dont_answer'|trans({}, 'email') }}</small></p>
|
||||
|
||||
<container class="body-border">
|
||||
<row>
|
||||
<columns>
|
||||
<spacer size="32"></spacer>
|
||||
{% block body %}{% endblock %}
|
||||
</columns>
|
||||
</row>
|
||||
</container>
|
||||
{% endapply %}
|
||||
|
||||
@@ -9,13 +9,5 @@
|
||||
|
||||
<spacer size="16"></spacer>
|
||||
|
||||
<button class="large primary" href="{{ confirmationUrl }}">{{ 'reset.button'|trans({'%url%': confirmationUrl}, 'email') }}</button>
|
||||
|
||||
<spacer size="16"></spacer>
|
||||
|
||||
<p><small>{{ 'button_copy_url_to_browser'|trans({'%url%': confirmationUrl}, 'email') }}</small></p>
|
||||
|
||||
<spacer size="16"></spacer>
|
||||
|
||||
<p><small>{{ 'automated_email_dont_answer'|trans({}, 'email') }}</small></p>
|
||||
<button class="rounded primary" href="{{ confirmationUrl }}">{{ 'reset.button'|trans({'%url%': confirmationUrl}, 'email') }}</button>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user