assignment: Mention 7 days on form.

This commit is contained in:
Ben Sturmfels 2021-12-11 10:40:07 +11:00
parent c9a76ea17f
commit 52c0eb8e6c
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -14,6 +14,7 @@
{% csrf_token %}
{{ form.as_p }}
<p><em>After submitting this agreement, if you would like to make any changes, you must let us know within 7 days by emailing <a href="mailto:info@sfconservancy.org">info@sfconservancy.org</a>, which is also where you can reach us if you have any questions.</em></p>
<p><button type="submit" class="ph3 pv2">Submit</button></p>
</form>
</div>