{% extends "zephyr/portico_signup.html" %} {# Displayed after a user attempts to sign up. #} {% block portico_content %}

Thanks for signing up!

Check your email so we can get started.

Still no email? We can resend it.
(Just in case, take a look at your Spam folder.)

{% csrf_token %}  
{% endblock %} {% block customhead %} {{ block.super }} {% endblock %}