Fix multilanguage
This commit is contained in:
@@ -8,8 +8,8 @@ from apps.hospital.models import Hospital
|
||||
class Polyclinic(MetaDataModel):
|
||||
|
||||
class Meta:
|
||||
verbose_name = _('Polyclinic')
|
||||
verbose_name_plural = _('Polyclinics')
|
||||
verbose_name = _('polyclinic')
|
||||
verbose_name_plural = _('polyclinics')
|
||||
|
||||
hospital = models.ForeignKey(Hospital, on_delete=models.CASCADE, help_text=_('To which hospital belongs this polyclinic'))
|
||||
name = models.CharField(_('Name'), max_length=200, blank=True, help_text=_('The name of this polyclinic'))
|
||||
|
||||
Reference in New Issue
Block a user