Changeset d17da63 in firmaeventos for participantes


Ignore:
Timestamp:
Nov 22, 2017, 10:10:29 AM (7 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
287657f
Parents:
a1de3f1 (diff), 27c0bd4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Mezclados cambios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • participantes/views.py

    ra1de3f1 rd17da63  
    6969        mensaje = ''
    7070        evento_id = request.POST.get('event_id', None)
    71         print(evento_id)
    7271        serial = request.POST.get('serial', None)
    73         print(serial)
    7472        pasaporte = request.POST.get('pasaporte', None)
    75         print(pasaporte)
     73        pasaporte = request.POST.get('pasaporte', None)
    7674        if evento_id is not None and pasaporte is not None:
    7775            if serial is not None:
Note: See TracChangeset for help on using the changeset viewer.