mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 23:10:15 +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">
|
||||
{{ timer.details }}
|
||||
{% if timer.timer_type != 'UNSPECIFIED' %}
|
||||
({{ timer.get_timer_type_display }})
|
||||
<br>({{ timer.get_timer_type_display }})
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
@ -216,7 +216,7 @@
|
||||
<td style="width:150px" class="text-center">
|
||||
{{ timer.details }}
|
||||
{% if timer.timer_type != 'UNSPECIFIED' %}
|
||||
({{ timer.get_timer_type_display }})
|
||||
<br>({{ timer.get_timer_type_display }})
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
@ -389,7 +389,7 @@
|
||||
<td style="width:150px" class="text-center">
|
||||
{{ timer.details }}
|
||||
{% if timer.timer_type != 'UNSPECIFIED' %}
|
||||
({{ timer.get_timer_type_display }})
|
||||
<br>({{ timer.get_timer_type_display }})
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user