From 3d27ee4e937eed05b75b39920fead388b8535977 Mon Sep 17 00:00:00 2001 From: EsmeraldaPachecoGlez Date: Mon, 7 Aug 2023 00:55:37 -0600 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n=20de=20algunos=20elementos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modalidades/models.py | 1 - usuarios/templates/mensajes.html | 14 +++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/modalidades/models.py b/modalidades/models.py index 0b21ba2..66a55fb 100644 --- a/modalidades/models.py +++ b/modalidades/models.py @@ -39,7 +39,6 @@ class Documento(models.Model): modalidad = models.ForeignKey(Modalidad, on_delete=models.CASCADE, verbose_name=_("Modalidad"), null=False) nombre = models.CharField(max_length=255, verbose_name=_("Nombre"), null=False) descripcion = models.CharField(max_length=255, verbose_name=_("Descripción"), null=False) - lookup_id = models.UUIDField(verbose_name=_("Lookup ID"), null=True) #No se necita el lookup order = models.IntegerField(verbose_name=_("Orden"), null=True) class Meta: diff --git a/usuarios/templates/mensajes.html b/usuarios/templates/mensajes.html index 0338d53..eb6d2a1 100644 --- a/usuarios/templates/mensajes.html +++ b/usuarios/templates/mensajes.html @@ -7,19 +7,19 @@ -- GitLab