-
-
Notifications
You must be signed in to change notification settings - Fork 175
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Sorting in htmldjango blocks does not work.
In this file, classes are sorted only in the last block where controllflow is not used.
<div
{% if title.len() > 0 %}
class="pt-3 p-1"
{% endif %}
></div>
<div {% if title.len() > 0 %}class="pt-3 p-1"{% endif %}></div>
<div class="p-1 pt-3"></div>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request