lib.itmens/catalog/templates/tvepisode.html
2024-04-20 12:55:21 -04:00

14 lines
345 B
HTML

{% extends "item_base.html" %}
{% load static %}
{% load i18n %}
{% load l10n %}
{% load humanize %}
{% load mastodon %}
{% load strip_scheme %}
{% load thumb %}
{% block head %}
{% if item.parent_item %}
<meta http-equiv="refresh"
content="0;url={{ item.parent_item.url }}?focus={{ item.uuid }}" />
{% endif %}
{% endblock %}