ed mododels.py
This commit is contained in:
parent
977f746f2d
commit
087b4f8fa6
@ -14,7 +14,7 @@ class Servicio(models.Model):
|
|||||||
verbose_name_plural = 'servicios'
|
verbose_name_plural = 'servicios'
|
||||||
|
|
||||||
|
|
||||||
def __str_(self):
|
def __str__(self):
|
||||||
return self.titulo
|
return self.titulo
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user