podjango: Remove FaiF reference

This commit is contained in:
Ben Sturmfels 2024-02-07 14:23:55 +11:00
parent b3044cbeda
commit 97bf39bd6d
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -43,6 +43,6 @@ running time is {{ object.duration}}.</p>
{% if object.tags.all %}<p class="blog-tags">Tags: {% for tag in object.tags.all %}<a href="{{ tag.get_absolute_url }}">{{ tag.label }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</p>{% endif %}
<p><span class="continued"><a href="{% url 'podjango:cast' %}">Other FaiF oggcasts&hellip;</a></span></p>
<p><span class="continued"><a href="{% url 'podjango:cast' %}">Other episodes&hellip;</a></span></p>
{% endblock %}