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