source: firmaeventos/base/templates/base.vars.javascript.html @ 452668a

Last change on this file since 452668a was 452668a, checked in by rudmanmrrod <rudman22@…>, 7 years ago

Ajustada validación para un firmante a la vez por documento

  • Property mode set to 100755
File size: 669 bytes
RevLine 
[ae65f8e]1{% load static from staticfiles %}
2<script type="text/javascript">
3    // URL para obtener data de usuario en evento
[a1de3f1]4    var URL_USUARIO_EVENTO = "{% url 'participantes:search_participante_nid' %}";
5   
[d2472e8]6    // URL para actualizar la firma de un participante
[a1de3f1]7    var URL_ACTUALIZAR_PARTICIPACION = "{% url 'participantes:update_participante_evento' %}";
[2c1cb23]8   
9    // URL para comprobar si el firmante es el último
10    var URL_ULTIMO_FIRMANTE = "{% url 'participantes:participante_restante_evento_nid' %}";
[452668a]11   
12    // URL para comprobar si el documento esta siendo firmado
13    var URL_COMPROBAR_FIRMA = "{% url 'events:comprobar_evento_nid' %}";
14
[d2472e8]15           
[ae65f8e]16</script>
Note: See TracBrowser for help on using the repository browser.