{% extends "manage/base.html" %} {% block title %}Log in{% endblock %} {% block content %}

Log in

{% csrf_token %} {{ form }}
{% endblock %}