From 86230adb8731d933f0d28abe9088f2946d2f22b8 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 10 May 2024 17:39:43 +0200 Subject: [PATCH] Add some helpers --- templates/fediplan/schedule.html.twig | 10 +++++++--- translations/fediplan.en.yaml | 4 +++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/templates/fediplan/schedule.html.twig b/templates/fediplan/schedule.html.twig index 28da1bb..45db44b 100644 --- a/templates/fediplan/schedule.html.twig +++ b/templates/fediplan/schedule.html.twig @@ -179,7 +179,7 @@
@@ -274,13 +274,17 @@ {% if (!o.options.autoUpload && o.options.edit && o.options.loadImageFileTypes.test(file.type)) { %} - {% } %} {% if (!i && !o.options.autoUpload) { %} - diff --git a/translations/fediplan.en.yaml b/translations/fediplan.en.yaml index 169a44e..0fa73a9 100644 --- a/translations/fediplan.en.yaml +++ b/translations/fediplan.en.yaml @@ -71,4 +71,6 @@ page: end_in: End in poll_item: Poll choice add_poll_item: Add a choice - remove_poll_item: Remove this choice \ No newline at end of file + remove_poll_item: Remove this choice + edit_media: Edit locally the media + upload_media: Upload this media first, then you will be able to add a description. \ No newline at end of file