Changeset e91566e in firmaeventos


Ignore:
Timestamp:
Nov 22, 2017, 6:18:22 AM (6 years ago)
Author:
Leonel Hernandez <leonelphm@…>
Branches:
master
Children:
a1de3f1, 27c0bd4
Parents:
61f3a75
Message:

Agregada url en app participantes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • participantes/urls.py

    rae65f8e re91566e  
    77    url(r'^search-participante/(?P<pk>\d+)/(?P<pasaporte>.+)$', ParticipanteEventoSearch.as_view(), name='search_participante'),
    88    url(r'^search-participante/$', ParticipanteEventoSearch.as_view(), name='search_participante_nid'),
     9    url(r'^update-participante-evento/$', AjaxParticipanteFirmaEvento.as_view(), name='update_participante_evento'),
    910]
Note: See TracChangeset for help on using the changeset viewer.