Changeset c152e07 in firmaeventos for eventos


Ignore:
Timestamp:
Nov 28, 2017, 11:50:10 AM (7 years ago)
Author:
lhernandez <lhernandez@…>
Branches:
master
Children:
a3deb5f
Parents:
83885cf
Message:

Agregado Login requerido a la class update, opimizado login de la plataforma

File:
1 edited

Legend:

Unmodified
Added
Removed
  • eventos/views.py

    r83885cf rc152e07  
    258258
    259259
    260 class UpdateFileEvent(FormView):
     260class UpdateFileEvent(LoginRequiredMixin, FormView):
    261261    """!
    262262    Clase que permite actualizar subir un archivo a un evento que no se haya cargado
Note: See TracChangeset for help on using the changeset viewer.