Improved visuals of admin page login

This commit is contained in:
2025-11-19 21:53:40 +01:00
parent aa24976abb
commit 674105600e
5 changed files with 15 additions and 6 deletions

View File

@@ -103,4 +103,5 @@ class HourBuildingLeg(models.Model):
if self.stop:
return "Refuelling Stop"
else:
return f"Flight Leg: {self.departure} -> {self.destination}"
return f"Flight Leg: {self.departure} -> {self.destination}"