source: firmaeventos/base/templates/base.vars.javascript.html @ 5d88f36

Last change on this file since 5d88f36 was 5d88f36, checked in by lhernandez <lhernandez@…>, 6 years ago

Agregada class para comporbar el proceso del evento

  • Property mode set to 100755
File size: 528 bytes
Line 
1{% load static from staticfiles %}
2<script type="text/javascript">
3    // URL para obtener data de usuario en evento
4    var URL_USUARIO_EVENTO = "{% url 'participantes:search_participante_nid' %}";
5   
6    // URL para actualizar la firma de un participante
7    var URL_ACTUALIZAR_PARTICIPACION = "{% url 'participantes:update_participante_evento' %}";
8   
9    // URL para comprobar si el firmante es el último
10    var URL_ULTIMO_FIRMANTE = "{% url 'participantes:participante_restante_evento_nid' %}";
11           
12</script>
Note: See TracBrowser for help on using the repository browser.