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.
17 lines
575 B
HTML
17 lines
575 B
HTML
<%inherit file="main.html" />
|
|
|
|
<section class="container activation">
|
|
|
|
<section class="message">
|
|
<h1 class="invalid">Invalid email change key</h1>
|
|
<hr class="horizontal-divider">
|
|
<p> This e-mail key is not valid. Please check:</p>
|
|
<ul>
|
|
<li>Was this key already used? Check whether the e-mail change has already happened.
|
|
<li>Did your e-mail client break the URL into two lines?
|
|
<li>The keys are valid for a limited amount of time. Has the key expired?
|
|
</ul>
|
|
<p>Go back to the <a href="/">home page</a>.</p>
|
|
</section>
|
|
</section>
|