It's very hard to distinguish the different constraint classes on the meeting requests summary page. Added numbers 1) 2) 3) etc. to make that easier.
- Legacy-Id: 18731
This commit is contained in:
parent
7ee6bd4fb4
commit
ae16f8d5eb
|
@ -92,6 +92,7 @@
|
|||
{% if not forloop.first %}
|
||||
{% ifchanged grouped_constraint.grouper %}<br>{% endifchanged %}
|
||||
{% endif %}
|
||||
<b>{{ forloop.counter }})</b>
|
||||
{% for constraint in grouped_constraint.list %}
|
||||
{% with constraint.target.parent.id as constraint_target_parent_id %}
|
||||
{% with constraint.source.parent.id as constraint_source_parent_id %}
|
||||
|
|
Loading…
Reference in a new issue