From 856f33e90de39fd9b6c1343386368f25518b05c8 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Sun, 12 Jan 2020 01:55:01 +0100 Subject: [PATCH] last changes in the templates --- templates/description.html | 10 ++++++++-- templates/layout.html | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/templates/description.html b/templates/description.html index 81286f7..a2ce16e 100644 --- a/templates/description.html +++ b/templates/description.html @@ -14,11 +14,17 @@ {% elif item.lower().endswith(('.mp4')) %} + {% elif item.lower().endswith(('.mov')) %} + + {% elif item.lower().endswith(('.mp3')) %} - + + + {% elif item.lower().endswith(('.wav')) %} + {% elif item.lower().endswith(('.pdf')) %} - + {% endif %} {% endfor %} diff --git a/templates/layout.html b/templates/layout.html index 2162b8f..ea499fd 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,5 +1,5 @@ - +