diff --git a/thoughts/templates/thoughts/index.html b/thoughts/templates/thoughts/index.html index 277de9b..05953ec 100644 --- a/thoughts/templates/thoughts/index.html +++ b/thoughts/templates/thoughts/index.html @@ -56,6 +56,11 @@ {% endif %} {% elif file_type == "mov" or file_type == "mp4" %} + {% if thought.media_alt %} + +
Description
+
{{ thought.media_alt|urlize }}
+ {% endif %} {% endif %} {% endif %}