Changeset - 97bf39bd6d49
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 2 months ago 2024-02-07 03:23:55
ben@sturm.com.au
podjango: Remove FaiF reference
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/podjango/templates/podjango/cast/cast_detail.html
Show inline comments
...
 
@@ -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 %}
0 comments (0 inline, 0 general)