From 847125b1c6571a20571049b5166350ba2d459ebc Mon Sep 17 00:00:00 2001 From: Paul Konstantin Gerke Date: Wed, 12 Jan 2022 09:24:20 +0100 Subject: [PATCH] Add literal ordering of timeline object types Makes it so that timline items registered at the same moment are always ordered "start->end", not "end->start". Signed-off-by: Paul Konstantin Gerke --- core/templates/timeline/_timeline.html | 86 ++++++++++++++------------ 1 file changed, 45 insertions(+), 41 deletions(-) diff --git a/core/templates/timeline/_timeline.html b/core/templates/timeline/_timeline.html index 3a5aff5e..c2cc5b95 100644 --- a/core/templates/timeline/_timeline.html +++ b/core/templates/timeline/_timeline.html @@ -17,48 +17,52 @@ {% if timeline_objects %}

@@ -78,4 +82,4 @@

{% else %}
{% trans "No events" %}
-{% endif %} \ No newline at end of file +{% endif %}