{% extends "base.html" %} {% block title %} Add a season - {{show.name}} - Episodes.Community {% endblock %} {% block content %} {% include "partials/show_banner.html" %}

Add a Season

{% if error %}
{{error}}
{% endif %}
{% include "form.html" %}
{% endblock %}