Update the email change templates to fit with the rest of the main site and use the standard notification template. Now they're far prettier than before.
14 lines
331 B
HTML
14 lines
331 B
HTML
<%inherit file="main.html" />
|
|
|
|
<section class="container activation">
|
|
|
|
<section class="message">
|
|
<h1 class="invalid">E-mail change failed</h1>
|
|
<hr class="horizontal-divider">
|
|
|
|
<p>We were unable to send a confirmation email to ${email}</p>
|
|
|
|
<p>Go back to the <a href="/">home page</a>.</p>
|
|
</section>
|
|
</section>
|