From e0fa615e9052588b18d85225e179a84d5fdaf3cc Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sat, 9 Dec 2023 15:37:25 +0100 Subject: [PATCH] [CHANGE] Gylphicons to Font-Awesome --- allianceauth/optimer/templates/optimer/fleetoptable.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/allianceauth/optimer/templates/optimer/fleetoptable.html b/allianceauth/optimer/templates/optimer/fleetoptable.html index 438a96f8..35f15244 100644 --- a/allianceauth/optimer/templates/optimer/fleetoptable.html +++ b/allianceauth/optimer/templates/optimer/fleetoptable.html @@ -20,6 +20,7 @@ {% endif %} + {% for ops in timers %} @@ -38,15 +39,16 @@
{{ ops.duration }} {{ ops.fc }} + {% if perms.auth.optimer_management %} {# {{ ops.eve_character }}#} - + - + {% endif %}