From 5a052c2a56551e85987f566a9df09b8e25f5abfd Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Sat, 13 Mar 2021 09:01:39 -0800 Subject: [PATCH] add new_episode link to feed view(s) --- audio/templates/audio/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/audio/templates/audio/index.html b/audio/templates/audio/index.html index 97e26bf..c0d1bdd 100644 --- a/audio/templates/audio/index.html +++ b/audio/templates/audio/index.html @@ -19,8 +19,9 @@
{% if user.is_authenticated %} {% if view == 'feed' %} -
+ {% endif %} {% endif %} @@ -61,9 +62,11 @@
Edit Episode?
+ {% if view != 'feed' %}
New Episode?
+ {% endif %}
{% endif %} {% endif %}