Changeset b84cfca in firmaeventos for participantes


Ignore:
Timestamp:
Nov 21, 2017, 4:02:33 PM (7 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
9add819
Parents:
4db73c3
Message:

Agregada cabecera y foote, y iframe para el pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • participantes/views.py

    r5dea5ff rb84cfca  
    3333            p = participante.get()
    3434            data = {'firmo':p.firma,'datos':{'nombres':p.fk_participante.nombres,'apellidos':p.fk_participante.apellidos,
    35                         'pasaporte':pasaporte,'correo':p.fk_participante.correo}}
     35                        'pasaporte':pasaporte,'correo':p.fk_participante.correo,'documento':p.fk_evento.serial}}
    3636        return JsonResponse(data,safe=False)
Note: See TracChangeset for help on using the changeset viewer.