From ecf5763d392d63b7efe1fd4f906e11281f5438a2 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 7 May 2023 14:17:05 -0400 Subject: media: fixed upload bug even though it doesn't work --- app/posts/templates/posts/film_detail.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/posts') diff --git a/app/posts/templates/posts/film_detail.html b/app/posts/templates/posts/film_detail.html index 390eb3c..19c55a0 100644 --- a/app/posts/templates/posts/film_detail.html +++ b/app/posts/templates/posts/film_detail.html @@ -2,6 +2,14 @@ {% load typogrify_tags %} {% load get_image_by_size %} {%block htmlclass%}{%endblock%} +{% block extrahead %} + +{% endblock%} {% block sitename %} {{object.title|safe}} by Scott Gilbertson -- cgit v1.2.3