We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f06be commit 1ccc4c7Copy full SHA for 1ccc4c7
1 file changed
backend/ohq/models.py
@@ -459,8 +459,8 @@ class Booking(models.Model):
459
end = models.DateTimeField("end", db_index=True)
460
461
class Meta:
462
- verbose_name = _("booking")
463
- verbose_name_plural = _("bookings")
+ verbose_name = ("booking")
+ verbose_name_plural = ("bookings")
464
ordering = ["start"]
465
index_together = (("start", "end"),)
466
0 commit comments