Changeset 974a9c3 in firmaeventos


Ignore:
Timestamp:
Nov 27, 2017, 3:33:14 PM (6 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
9add819
Parents:
eb2672b
Message:

Agregados bototones en la lista

File:
1 edited

Legend:

Unmodified
Added
Removed
  • eventos/templates/evento.list.html

    r5d88f36 r974a9c3  
    2424                    <i class="material-icons left">search</i> Detalle
    2525                </a>
     26                {% if evento.serial %}
    2627                <a type="button" class="btn waves-effect blue darken-1" href="{% url 'events:firma_events' evento.id %}">
    2728                    <i class="material-icons left">mode_edit</i> Firmar
    2829                </a>
     30                {% else %}
     31                <a type="button" class="btn waves-effect blue darken-1" href="{% url 'events:firma_events' evento.id %}">
     32                    <i class="material-icons left">backup</i> Cargar Documento
     33                </a>
     34                {% endif %}
    2935            </div>
    3036        </div>
Note: See TracChangeset for help on using the changeset viewer.