Changeset dad5791 in sicp


Ignore:
Timestamp:
May 18, 2015, 12:13:11 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
0ce2b53
Parents:
5962590
Message:

agregado mensaje tooltip para el botón que permite recargar la imagen captcha

File:
1 edited

Legend:

Unmodified
Added
Removed
  • apps/usuario/templates/registro.html

    rcbcdebb rdad5791  
    2727                <div>
    2828                    {% if 'Captcha' in field.label_tag %}
    29                         &#160;<i class="glyphicon glyphicon-refresh js-captcha-refresh" style="cursor: pointer"></i>&#160;
     29                        &#160;<i class="glyphicon glyphicon-refresh js-captcha-refresh" style="cursor: pointer"
     30                                 data-toggle="tooltip"
     31                                 title="{% trans 'Presione sobre el botón para recargar la imagen captcha' %}"></i>&#160;
    3032                    {% endif %}
    3133                    {{ field }}
Note: See TracChangeset for help on using the changeset viewer.