diff --git a/allianceauth/optimer/templates/optimer/fleetoptable.html b/allianceauth/optimer/templates/optimer/fleetoptable.html index 5c7cf50c..b48c2566 100644 --- a/allianceauth/optimer/templates/optimer/fleetoptable.html +++ b/allianceauth/optimer/templates/optimer/fleetoptable.html @@ -22,8 +22,8 @@ - {% for ops in timers %} - + + {% for ops in timers %} {{ ops.operation_name }} @@ -55,8 +55,8 @@ {% endif %} - - {% endfor %} + {% endfor %} + {% endblock content %}