2011-09-04 04:21:51 +00:00
|
|
|
{% extends "registration/registration_base.html" %}
|
|
|
|
|
|
|
|
{% block title %}Register for an account{% endblock %}
|
|
|
|
|
2011-11-19 00:50:47 +00:00
|
|
|
{% block doccontent %}
|
2011-09-06 03:50:38 +00:00
|
|
|
<h3>Sign up for a Unglue It account:</h3>
|
|
|
|
|
2011-09-04 04:21:51 +00:00
|
|
|
<form method='post' action=''>{% csrf_token %}
|
|
|
|
{{ form }}
|
2012-01-13 21:24:34 +00:00
|
|
|
<input type="submit" value="Send activation email" />
|
2011-09-04 04:21:51 +00:00
|
|
|
</form>
|
2011-09-06 03:50:38 +00:00
|
|
|
|
2012-01-13 21:24:34 +00:00
|
|
|
<div>
|
|
|
|
<div class="google_signup">
|
|
|
|
<h3>Or use an account you already have:</h3>
|
|
|
|
<a href="/socialauth/login/google?next=/"><img src="{{ STATIC_URL }}images/auth/google_32_noborder.png"><div>Sign in with Google</div></a>
|
2012-01-13 17:34:42 +00:00
|
|
|
</div>
|
2011-09-04 04:21:51 +00:00
|
|
|
</div>
|
2011-09-06 03:50:38 +00:00
|
|
|
|
2011-09-04 04:21:51 +00:00
|
|
|
{% endblock %}
|