{% extends "hosting/base_short.html" %} {% load staticfiles bootstrap3%} {% block content %}
 

Sign up

{% csrf_token %} {% for field in form %} {% bootstrap_field field show_label=False %} {% endfor %} {% buttons %} {% endbuttons %}
Already have an account ? Log in
{% endblock %}