Changeset fd66636 in firmaeventos for base


Ignore:
Timestamp:
Nov 22, 2017, 1:35:39 PM (7 years ago)
Author:
lhernandez <lhernandez@…>
Branches:
master
Children:
adb2e3a
Parents:
406146f (diff), 2ce257a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/cenditel-desarrollo/FirmaEventos

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.