Changeset 5c48fff in sicp


Ignore:
Timestamp:
May 22, 2015, 10:59:46 AM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
ff3824d
Parents:
609df50
Message:

agregado enlace para mostrar los detalles del perfil de usuario

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templates/base_menu.html

    rc5bff81 r5c48fff  
    9898                        <ul class="dropdown-menu">
    9999                            <li>
    100                                 <a href="#" data-toggle="tooltip"
     100                                <a href="{% url 'detalle_perfil' request.user.profile.id %}" data-toggle="tooltip"
    101101                                   title="{% trans 'Presione para ver y/o modificar datos del perfil de usuario' %}">
    102102                                    <i class="glyphicon glyphicon-user"></i> {% trans 'Perfil' %}
Note: See TracChangeset for help on using the changeset viewer.