{% load staticfiles %} {% load bootstrap3 %} {% block title %}Scirius Rule Management{% endblock %}
{% if error %}
{{ error }}
{% endif %}

Login to Scirius

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% include "rules/footer.html" %}