{% extends "hosting/base_short.html" %} {% load staticfiles bootstrap3%} {% block content %}
{% block messages %} {% if request.GET.logged_out %}
× You haven been logged out
{% endif %} {% endblock %}

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 %}