{% extends "parody_web/base.html" %} {% block title %}Sign in{% endblock %} {% block body %}

Sign in

The full book is available to the owner. The public edition shows only the openly-licensed sections.

{% if form.errors %}

Incorrect username or password.

{% endif %}
{% csrf_token %}

{% endblock %}