Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • base/templates/base.vars.javascript.html

    rd2472e8 r2c1cb23  
    66    // URL para actualizar la firma de un participante
    77    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' %}";
    811           
    912</script>
Note: See TracChangeset for help on using the changeset viewer.