From 97bf39bd6d49e64737385dff2245f1dda4e1234e Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Wed, 7 Feb 2024 14:23:55 +1100 Subject: [PATCH] podjango: Remove FaiF reference --- conservancy/podjango/templates/podjango/cast/cast_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conservancy/podjango/templates/podjango/cast/cast_detail.html b/conservancy/podjango/templates/podjango/cast/cast_detail.html index 00f1bc2f..09453d83 100644 --- a/conservancy/podjango/templates/podjango/cast/cast_detail.html +++ b/conservancy/podjango/templates/podjango/cast/cast_detail.html @@ -43,6 +43,6 @@ running time is {{ object.duration}}.

{% if object.tags.all %}

Tags: {% for tag in object.tags.all %}{{ tag.label }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% endif %} -

Other FaiF oggcasts…

+

Other episodes…

{% endblock %}