2012-10-16 05:46:57 +02:00
|
|
|
{% extends "zephyr/portico.html" %}
|
2012-09-28 22:47:05 +02:00
|
|
|
{% block more_content %}
|
2012-10-11 17:17:50 +02:00
|
|
|
<h2>Thanks for signing up!</h2>
|
2012-09-28 22:47:05 +02:00
|
|
|
<p class="lead">Check your email so we can get started.<p>
|
|
|
|
|
|
|
|
<p>Still no email? We can <a href="#" onclick="$('#email_signup').submit()">resend it</a>.<br/>
|
|
|
|
<small>(Just in case, take a look at your Spam folder.)</small></p>
|
|
|
|
<form id="email_signup" action="/accounts/home/" method="post">
|
|
|
|
{% csrf_token %}
|
|
|
|
<input type="hidden" class="email" id="email" value="{{ params.email }}" name="email"/>
|
|
|
|
</form>
|
|
|
|
{% endblock %}
|