{% extends "base.html" %} {% load humanize %} {% block content %}

Create a new series

{% csrf_token %} {{ form.as_p }}
{% endblock %}