mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 07:20:17 +02:00
timer type should always be in its own line
This commit is contained in:
parent
b31521c758
commit
a4723c5942
@ -49,7 +49,7 @@
|
|||||||
<td style="width:150px" class="text-center">
|
<td style="width:150px" class="text-center">
|
||||||
{{ timer.details }}
|
{{ timer.details }}
|
||||||
{% if timer.timer_type != 'UNSPECIFIED' %}
|
{% if timer.timer_type != 'UNSPECIFIED' %}
|
||||||
({{ timer.get_timer_type_display }})
|
<br>({{ timer.get_timer_type_display }})
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
@ -216,7 +216,7 @@
|
|||||||
<td style="width:150px" class="text-center">
|
<td style="width:150px" class="text-center">
|
||||||
{{ timer.details }}
|
{{ timer.details }}
|
||||||
{% if timer.timer_type != 'UNSPECIFIED' %}
|
{% if timer.timer_type != 'UNSPECIFIED' %}
|
||||||
({{ timer.get_timer_type_display }})
|
<br>({{ timer.get_timer_type_display }})
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
@ -389,7 +389,7 @@
|
|||||||
<td style="width:150px" class="text-center">
|
<td style="width:150px" class="text-center">
|
||||||
{{ timer.details }}
|
{{ timer.details }}
|
||||||
{% if timer.timer_type != 'UNSPECIFIED' %}
|
{% if timer.timer_type != 'UNSPECIFIED' %}
|
||||||
({{ timer.get_timer_type_display }})
|
<br>({{ timer.get_timer_type_display }})
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user