Changeset 2c1cb23 in firmaeventos for base


Ignore:
Timestamp:
Nov 22, 2017, 11:59:52 AM (7 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
2ce257a
Parents:
aef49cb
Message:

Añadida vista y ajax para verificar si el firmante es el último, agregados campos para enviar a la api de la firma

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.