[ADD] Mercenary Dens to structure type selection

This commit is contained in:
Peter Pfeufer 2025-01-06 16:21:14 +01:00
parent 7033406ba6
commit 646d3f5408
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class Timer(models.Model):
PHAROLUX = "Pharolux Cyno Beacon", _("Pharolux Cyno Beacon")
TENEBREX = "Tenebrex Cyno Jammer", _("Tenebrex Cyno Jammer")
ANSIBLEX = "Ansiblex Jump Gate", _("Ansiblex Jump Gate")
MERCDEN = "Mercenary Den", _("Mercenary Den")
MOONPOP = "Moon Mining Cycle", _("Moon Mining Cycle")
METENOX = "Metenox Moon Drill", _("Metenox Moon Drill")
OTHER = "Other", _("Other")

View File

@ -80,6 +80,8 @@
<div class="badge bg-warning">{% translate "Cyno Jammer" %}</div>
{% elif timer.structure == "Jump Gate" or timer.structure == "Ansiblex Jump Gate" %}
<div class="badge bg-warning">{% translate "Ansiblex Jump Gate" %}</div>
{% elif timer.structure == "Mercenary Den" %}
<div class="badge bg-warning">{% translate "Mercenary Den" %}</div>
{% elif timer.structure == "Moon Mining Cycle" %}
<div class="badge bg-success">{% translate "Moon Mining Cycle" %}</div>
{% elif timer.structure == "Metenox Moon Drill" %}