From 843f7b8a3c0b586f25a05c86d14f06ee5960ad8f Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Wed, 3 Mar 2021 18:35:06 -0800 Subject: [PATCH] tweek feed and episode cards layout --- audio/templates/audio/feeds.html | 58 +++++++++++++++----------------- audio/templates/audio/index.html | 11 +++--- 2 files changed, 34 insertions(+), 35 deletions(-) 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 }}