[UPDT] GENERAL: Added verbose name and verbose name plural
This commit is contained in:
@@ -776,6 +776,7 @@ class Meetings(HorillaModel):
|
||||
|
||||
class Meta:
|
||||
verbose_name = _("Meetings")
|
||||
verbose_name_plural = _("Meetings")
|
||||
|
||||
def __str__(self):
|
||||
return self.title
|
||||
|
||||
Reference in New Issue
Block a user