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

Login

{% csrf_token %} {% for field in form %} {% bootstrap_field field show_label=False type='fields'%} {% endfor %} {% bootstrap_form_errors form type='non_fields'%} {% buttons %} {% endbuttons %}
Doesn't have an account ? Sign up
{% endblock %}