podjango: Remove FaiF reference

This commit is contained in:
Ben Sturmfels 2024-02-07 14:23:55 +11:00
parent 6d015df9d7
commit d6a499f1de

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 %}