From bfcb7741834025d6d720c8aad73df9c2ec31cfb0 Mon Sep 17 00:00:00 2001 From: Yiannis Christodoulou Date: Sun, 19 Oct 2025 13:49:34 +0300 Subject: [PATCH] Add posterUrl to MEDIA_DATA in edit templates Included the posterUrl property in the MEDIA_DATA object for both edit_chapters.html and edit_video.html templates to provide access to the media poster image in client-side scripts. --- templates/cms/edit_chapters.html | 3 +-- templates/cms/edit_video.html | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/cms/edit_chapters.html b/templates/cms/edit_chapters.html index 2d55666e..0a94b953 100644 --- a/templates/cms/edit_chapters.html +++ b/templates/cms/edit_chapters.html @@ -13,13 +13,12 @@ {%endblock topimports %} diff --git a/templates/cms/edit_video.html b/templates/cms/edit_video.html index 29d89271..be9a0ff4 100644 --- a/templates/cms/edit_video.html +++ b/templates/cms/edit_video.html @@ -13,6 +13,7 @@