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.
13 lines
365 B
HTML
13 lines
365 B
HTML
<%! from django.core.urlresolvers import reverse %>
|
|
<%inherit file="main.html" />
|
|
|
|
<section class="container activation">
|
|
|
|
<section class="message">
|
|
<h1 class="invalid">E-mail change successful!</h1>
|
|
<hr class="horizontal-divider">
|
|
|
|
<p>You should see your new email in your <a href="${reverse('dashboard')}">dashboard</a>.</p>
|
|
</section>
|
|
</section>
|