diff options
author | Dave Arter <davea@mysociety.org> | 2015-11-23 11:29:41 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-11-23 13:33:07 +0000 |
commit | 1453d60bb77fcab87ffee47764a47f4da0f338c9 (patch) | |
tree | 1e9e5fbf85f7d81b14b7e804a7a3faa46cd25015 | |
parent | e2c5e93456a381c822677c5a9385efebc38ef571 (diff) |
[Zurich] Remove unnecessary template overrides
-rw-r--r-- | templates/web/zurich/auth/token.html | 25 | ||||
-rw-r--r-- | templates/web/zurich/email_sent.html | 11 |
2 files changed, 0 insertions, 36 deletions
diff --git a/templates/web/zurich/auth/token.html b/templates/web/zurich/auth/token.html deleted file mode 100644 index e199691e0..000000000 --- a/templates/web/zurich/auth/token.html +++ /dev/null @@ -1,25 +0,0 @@ -[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Confirm account') %] - -[% IF token_not_found %] - - <div class="confirmation-header confirmation-header--failure"> - - <h1>[% loc('We have not been able to confirm your account - sorry.') %]</h1> - <p>[% loc('This may be because the link is too old or already used, or the address was not copied correctly.') %]</p> - - </div> - -[% ELSE %] - - <div class="confirmation-header confirmation-header--inbox"> - - <h1>[% loc('Please check your email') %]</h1> - <p>[% loc("We have sent you an email containing a link to confirm your account.") %]</p> - - <p>[% loc("If you use web-based email or have 'junk mail' filters, you may wish to check your bulk/spam mail folders: sometimes, our messages are marked that way.") %]</p> - - </div> - -[% END %] - -[% INCLUDE 'footer.html' %] diff --git a/templates/web/zurich/email_sent.html b/templates/web/zurich/email_sent.html deleted file mode 100644 index 90bfcdbda..000000000 --- a/templates/web/zurich/email_sent.html +++ /dev/null @@ -1,11 +0,0 @@ -[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Create a report') %] - -<div class="confirmation-header confirmation-header--inbox"> - - <h1>[% loc("Nearly Done! Now check your email...") %]</h1> - - <p>[% loc("If you use web-based email or have 'junk mail' filters, you may wish to check your bulk/spam mail folders: sometimes, our messages are marked that way.") %]</p> - -</div> - -[% INCLUDE 'footer.html' %] |