From 651f13b5ef617777ae75821939e2df49be6c30bd Mon Sep 17 00:00:00 2001 From: Jetske Date: Tue, 2 Jul 2024 17:30:38 +0200 Subject: [PATCH] Some comments and changes for readability #1266 --- .../dictionary/edit_annotated_sentence.html | 31 ++++++++++----- .../templates/dictionary/gloss_detail.html | 2 +- signbank/dictionary/urls.py | 2 +- signbank/video/models.py | 39 +++++++------------ signbank/video/urls.py | 2 +- signbank/video/views.py | 2 +- 6 files changed, 39 insertions(+), 39 deletions(-) diff --git a/signbank/dictionary/templates/dictionary/edit_annotated_sentence.html b/signbank/dictionary/templates/dictionary/edit_annotated_sentence.html index ce0cefc76..bb800bc80 100644 --- a/signbank/dictionary/templates/dictionary/edit_annotated_sentence.html +++ b/signbank/dictionary/templates/dictionary/edit_annotated_sentence.html @@ -33,13 +33,26 @@

{% trans 'Shorten the video' %}
- {% trans "Instructions: slide to a point in the video and set it as start and/or end point" %}
- - Start:
- - End:
- - + {% trans "Slide to a point in the video and click 'Set' to define it as the new start and/or end point" %}
+ + + + + + + + +
+ Start: + + + End: + +
+ + +
+