Improved visuals of admin page login
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user