X-Git-Url: https://git.llucax.com/software/sercom.git/blobdiff_plain/1013c167ae4a4d891572b0eadbe4e31008f14ad6..6025b39278d3ed9a7e6ff62f7815441447038e08:/sercom/subcontrollers/misentregas/__init__.py?ds=inline 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)