{% extends 'stackdio/base.html' %} {% load staticfiles %} {% block title %}Login{% endblock %} {% block content %}

a modern cloud provisioning and deployment framework


{% csrf_token %}
{% if form.non_field_errors %} {% for error in form.non_field_errors %} {{ error }} {% endfor %} {% endif %}
{% endblock %}