diff --git a/audio/templates/audio/feeds.html b/audio/templates/audio/feeds.html index 0bfccc5..d54ae11 100644 --- a/audio/templates/audio/feeds.html +++ b/audio/templates/audio/feeds.html @@ -9,46 +9,44 @@
- {% for i in feeds %} -
-

- {{ i.title }} -

-
-
-
- -
-
-
-

{{ i.created_on }}

-

{{ i.title }}

-

RSS

-

{{ i.description }}

+ {% for i in feeds %} +
+

+ {{ i.title }} +

+
+
+
+ +
+
+

{{ i.created_on }}

+
+

Items

+

RSS

+
+

{{ i.description }}

- {% if user.is_authenticated %} - {% if user == i.user %} -
-
- Edit Feed? + {% if user.is_authenticated %} + {% if user == i.user %} +
+ +
- -
+ {% endif %} {% endif %} - {% endif %} - -
- {% endfor %} + {% endfor %}
-
{% endblock %} diff --git a/audio/templates/audio/index.html b/audio/templates/audio/index.html index 799de4a..735971d 100644 --- a/audio/templates/audio/index.html +++ b/audio/templates/audio/index.html @@ -24,6 +24,7 @@
{% endif %} {% endif %} + {% for j in episodes %}

@@ -34,17 +35,17 @@
-
-
-

{{ j.pub_date }}

-

{{ j.title }}

+
+

{{ j.pub_date }}

+
+

Link

RSS

-

{{ j.description }}

+

{{ j.description }}