Fix multilanguage
This commit is contained in:
@@ -7,8 +7,8 @@ from lib.models.base import MetaDataModel
|
||||
class Hospital(MetaDataModel):
|
||||
|
||||
class Meta:
|
||||
verbose_name = _('Hospital')
|
||||
verbose_name_plural = _('Hospitals')
|
||||
verbose_name = _('hospital')
|
||||
verbose_name_plural = _('hospitals')
|
||||
|
||||
name = models.CharField(_('Name'), max_length=200, help_text=_('The name of this hospital'))
|
||||
address = models.CharField(_('Address'), max_length=200, blank=True, help_text=_('The address of this hospital'))
|
||||
|
||||
Reference in New Issue
Block a user