snipette-crowdfunding-site/src/pledge.htm.twig
Hippo 5206046c5a Add friendly-looking notif and error pages
Much less scary than all that plaintext, what?
2022-01-06 18:20:50 +05:30

8 lines
433 B
Twig

{% extends "base.htm.twig" %}
{% block title %}Snipette Crowdfunding: Verify Pledge{% endblock %}
{% block heading %}Almost there!{% endblock %}
{% block message %}
<p class="text-lg">We've sent a verification link to <strong>{{ email }}</strong>. Click the link there to finish saving your pledge. (If you don't receive it in a few minutes, check your spam box for an email from treasurer@fund.snipettemag.com!)</p>
{% endblock %}