source: firmaeventos/base/templates/base.vars.javascript.html @ a1de3f1

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

Agregado decorador para permitir post sin el csrf token

  • Property mode set to 100644
File size: 373 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    // URUL para actualizar la firma de un participante
7    var URL_ACTUALIZAR_PARTICIPACION = "{% url 'participantes:update_participante_evento' %}";
8       
9</script>
Note: See TracBrowser for help on using the repository browser.