youyesyet/resources/templates/call-me-accepted.html
2018-06-30 12:51:52 +01:00

16 lines
410 B
HTML

{% extends "base.html" %}
{% block big-links %}
<div class="big-link-container">
<a href="library" class="big-link" id="library-link">Browse&nbsp;the&nbsp;issues</a>
</div>
{% endblock %}
{% block content %}
<h2>
We'll be in touch!
</h2>
<p>
Thank you, {{name}}. Someone will call you shortly on {{phone}} to talk to you about
{{concern}}.
</p>
{% endblock %}