diff --git a/allianceauth/templates/allianceauth/admin-status/overview.html b/allianceauth/templates/allianceauth/admin-status/overview.html index afc4757f..4a4a2d06 100644 --- a/allianceauth/templates/allianceauth/admin-status/overview.html +++ b/allianceauth/templates/allianceauth/admin-status/overview.html @@ -46,20 +46,18 @@ {% if not latest_patch %}
{% trans "Update available" %}{% endif %}

-
  • + {% if latest_beta %} +
  • {% trans "Latest Pre-Release" %}

    - {% if latest_beta %} {{ latest_beta_version }} - {% if not latest_patch %}
    {% trans "Pre-Release available" %}{% endif %} - {% else %} - {% trans "No Current Pre-Release" %} - {% endif %} +
    {% trans "Pre-Release available" %}

  • + {% endif %}