Added subscription-confirmed and request-sent

With moving all of the display pages that exist on the donate site, we
need these sebuscription request sent and subscription confirmed pages.

Issue #48283
This commit is contained in:
Peter Haight 2020-09-22 16:34:33 -07:00
parent 37acf0ce33
commit 30aff5d425
5 changed files with 29 additions and 3 deletions

View File

@ -0,0 +1,15 @@
_model: page
---
title: Subscription Confirmed
---
html: errors.html
---
_template: page-no-sidebar.html
---
body:
Thanks for joining our email list - you'll hear from us soon! In the meantime, follow @TorProject on Twitter to keep in touch.
As a non-profit organization, we rely on contributions from people like you to help us create and maintain technology used by millions of users daily to browse, communicate, and express themselves online privately. Every little bit helps - please donate today.
<a class="btn btn-purple" href="https://www.torproject.org/donate">Donate Now</a>

View File

@ -4,4 +4,4 @@ title: Error Confirming Your Subscription
---
html: errors.html
---
_template: errors.html
_template: page-no-sidebar.html

View File

@ -0,0 +1,11 @@
_model: page
---
title: Confirmation Sent
---
html: errors.html
---
_template: page-no-sidebar.html
---
body:
A request for confirmation has been sent to your email address. Once you click on that link, you will be subscribed.

2
lego

@ -1 +1 @@
Subproject commit de117085d3e2f48f1f5878b5f1d6951a07662d5c
Subproject commit 34e2d07774123f707c707ce186423a96bf036299

View File

@ -16,7 +16,7 @@
<h2>{{ this.title }}</h2>
<div class="errors">
</div>
{% block body %}{% endblock %}
{% block body %}{{ this.body }}{% endblock %}
<script src="{{ '/static/js/errors.js'|asseturl }}" ></script>
</main>
</div>