Changeset 8ec4f0b in firmaeventos for base/templates/base.nav.bar.html


Ignore:
Timestamp:
Nov 21, 2017, 4:21:37 PM (7 years ago)
Author:
lhernandez <lhernandez@…>
Branches:
master
Children:
e334152, ccec96a
Parents:
b48da64 (diff), b84cfca (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.nav.bar.html

    r7cad786 rb84cfca  
    1 <nav class="red darken-1">
     1{% load staticfiles %}
     2<nav class="blue darken-1">
    23  <div class="nav-wrapper">
    34    <a class="brand-logo" href="{% url 'base:inicio' %}">Firma de Documentos</a>
    45    {% if request.user.is_authenticated %}
    56    <ul id="nav-mobile" class="right hide-on-med-and-down">
    6       <li><a href="#!" class="dropdown-button" data-activates="dropdown1">Bienvenido <b>{{request.user.username}}</b> <i class="material-icons right">arrow_drop_down</i></a></li>
     7      <li><a href="#!" class="dropdown-button" data-beloworigin="true" data-activates="dropdown1">Bienvenido <b>{{request.user.username}}</b> <i class="material-icons right">arrow_drop_down</i></a></li>
    78      <ul id='dropdown1' class='dropdown-content'>
    89        <li><a href="{% url 'users:logout' %}">Salir</a></li>
     
    1617  </div>
    1718</nav>
     19<img src="{% static 'img/head.png'%}">
Note: See TracChangeset for help on using the changeset viewer.