Changeset a1de3f1 in firmaeventos for base


Ignore:
Timestamp:
Nov 22, 2017, 10:09:39 AM (7 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
d17da63
Parents:
e91566e
Message:

Agregado decorador para permitir post sin el csrf token

Location:
base/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • base/templates/base.template.html

    rb84cfca ra1de3f1  
    1414        <script src="{% static "plugins/material-dialog/material-dialog.min.js" %}"></script>
    1515        <script src="{% static "js/funciones.js" %}"></script>
    16         <script src="{% static "js/MultipleSign.js" %}"></script>
    1716        {% block headScript %}{%endblock%}
    1817    </head>
  • base/templates/base.vars.javascript.html

    rae65f8e ra1de3f1  
    22<script type="text/javascript">
    33    // URL para obtener data de usuario en evento
    4     var URL_USUARIO_EVENTO = "{% url 'participantes:search_participante_nid' %}" ;
     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' %}";
    58       
    69</script>
Note: See TracChangeset for help on using the changeset viewer.