Changeset a9357cf in sicp for templates


Ignore:
Timestamp:
Jun 10, 2015, 1:02:00 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
910d55e
Parents:
33c866a
Message:

agregada variable javascript para mensajes de error de peticiones AJAX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templates/base_head.html

    rb0cf766 ra9357cf  
    4444        var BTN_ACEPT = "{% trans 'aceptar' %}";
    4545        var BTN_CLOSE = "{% trans 'cerrar' %}";
     46        var ERROR_AJAX_REQUEST = "{% trans 'Petición fallida. Verifique el error' %}: ";
    4647    </script>
    4748</head>
Note: See TracChangeset for help on using the changeset viewer.