{% extends "admin/base.html" %} {% block title %}{{ site_title }} | Login{% endblock %} {% block content %}
rocket_launch

{{ site_title }}

Sign in to continue

{% if error %}
{{ error }}
{% endif %}
{% if copyright %}

{{ copyright }}

{% endif %}
{% endblock %}