Skip to content

Commit

Permalink
Change base email template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Nikolaev committed Jul 23, 2020
1 parent de17ee7 commit 8c27fd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Resources/views/email/confirmation.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'email.html.twig' %}
{% extends '@DarvinMailer/email/layout.html.twig' %}

{% block content %}
{% trans with {
Expand Down
2 changes: 1 addition & 1 deletion Resources/views/email/password_reset.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'email.html.twig' %}
{% extends '@DarvinMailer/email/layout.html.twig' %}

{% block content %}
{% trans with {
Expand Down
2 changes: 1 addition & 1 deletion Resources/views/email/registered.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'email.html.twig' %}
{% extends '@DarvinMailer/email/layout.html.twig' %}

{% block content %}
<div class="details-list" style="margin: 15px 0;">
Expand Down

0 comments on commit 8c27fd0

Please sign in to comment.