X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/1013c167ae4a4d891572b0eadbe4e31008f14ad6..eba8ae20f2fa25c6717e5d8c4b10046e38aac67b:/sercom/subcontrollers/misentregas/__init__.py diff --git a/sercom/subcontrollers/misentregas/__init__.py b/sercom/subcontrollers/misentregas/__init__.py index 4570b84..a516c88 100644 --- a/sercom/subcontrollers/misentregas/__init__.py +++ b/sercom/subcontrollers/misentregas/__init__.py @@ -138,7 +138,6 @@ class MisEntregasController(controllers.Controller, identity.SecureResource): def create(self, archivo, ejercicio, **kw): """Save or create record to model""" kw['archivos'] = archivo.file.read() - kw['archivos_nombre'] = archivo.filename kw['entregador'] = identity.current.user validate_new(kw) flash(_(u'Se creó una nueva %s.') % name)