lib.itmens/catalog/templates/tvepisode.html

15 lines
345 B
HTML
Raw Normal View History

2023-06-19 15:40:36 -04:00
{% extends "item_base.html" %}
{% load static %}
{% load i18n %}
{% load l10n %}
{% load humanize %}
{% load mastodon %}
{% load strip_scheme %}
{% load thumb %}
{% block head %}
2024-01-22 23:19:04 -05:00
{% if item.parent_item %}
<meta http-equiv="refresh"
content="0;url={{ item.parent_item.url }}?focus={{ item.uuid }}" />
{% endif %}
2023-06-19 15:40:36 -04:00
{% endblock %}