lib.itmens/catalog/templates/tvepisode.html
2024-01-27 10:37:07 -05:00

17 lines
409 B
HTML

{% extends "item_base.html" %}
{% load static %}
{% load i18n %}
{% load l10n %}
{% load humanize %}
{% load admin_url %}
{% load mastodon %}
{% load oauth_token %}
{% load truncate %}
{% 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 %}