{% extends "core/generic_detail.html" %} {% block title %}Seasons{% endblock %} {% block detailTitle %}Season Detail{% endblock %} {% block detailName %}{{ object.year }}{% endblock %} {% block selectedTabSeasons %} class="selected"{% endblock %} {% block detailView %}
Season Detail
{% if user.is_authenticated %}
{% endif %} {% endblock %}