From 293350658a7027a981023697d3638e5a816ef26d Mon Sep 17 00:00:00 2001
From: Ben Sturmfels
Date: Thu, 5 Oct 2023 20:38:35 +1100
Subject: [PATCH] Fix broken template tag
---
www/podjango/templates/podjango/base_podcast.html | 2 +-
www/podjango/templates/podjango/cast/cast_detail.html | 2 +-
www/podjango/templates/podjango/frontpage.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www/podjango/templates/podjango/base_podcast.html b/www/podjango/templates/podjango/base_podcast.html
index a9d411d2..f78fa94a 100644
--- a/www/podjango/templates/podjango/base_podcast.html
+++ b/www/podjango/templates/podjango/base_podcast.html
@@ -19,7 +19,7 @@
{% endfor %}
-All oggcasts…
+All oggcasts…
diff --git a/www/podjango/templates/podjango/cast/cast_detail.html b/www/podjango/templates/podjango/cast/cast_detail.html
index 7877827f..7a556739 100644
--- a/www/podjango/templates/podjango/cast/cast_detail.html
+++ b/www/podjango/templates/podjango/cast/cast_detail.html
@@ -52,6 +52,6 @@ by following @faif on identi.ca.
{% if object.tags.all %}Tags: {% for tag in object.tags.all %}{{ tag.label }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}
-Other FaiF oggcasts…
+Other FaiF oggcasts…
{% endblock %}
diff --git a/www/podjango/templates/podjango/frontpage.html b/www/podjango/templates/podjango/frontpage.html
index e8cdc3c2..9f45820a 100644
--- a/www/podjango/templates/podjango/frontpage.html
+++ b/www/podjango/templates/podjango/frontpage.html
@@ -41,7 +41,7 @@ Bradley and Karen to discuss various topics regarding FLOSS.
Recent Free as in Freedom Shows
+ RSS]"/>Recent Free as in Freedom Shows
{% for cc in cast %}