{% extends "base.html" %} {% block title %} Add a season - {{show.name}} - Episodes.Community {% endblock %} {% block content %} {{show.name}} {{show.description}} Show Index Add a Season {% if error %} {{error}} {% endif %} {% csrf_token %} {{ form }} {% endblock %}
{{show.description}}