{% extends 'core/base.html' %} {% load staticfiles %} {% block body_class %}signup{% endblock %} {% block title %}Sign Up{% endblock %} {% block content %}

Already part of our family? Sign in below

Sign in

Register for an account

Sign in using your social account.

{% for field in form %} {{ field.errors }} {{ field }} {% endfor %}
{% endblock %}