Changeset d9b20e6 in firmaeventos for eventos/templates/evento.list.html


Ignore:
Timestamp:
Nov 27, 2017, 4:24:33 PM (7 years ago)
Author:
lhernandez <lhernandez@…>
Branches:
master
Children:
52a0eb9
Parents:
bc3aa92 (diff), 974a9c3 (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:

Implementado la carga de archivo para el evento que no contiene documentos

File:
1 edited

Legend:

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

    r5d88f36 rd9b20e6  
    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:update_evento' 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.