Changeset 52a0eb9 in firmaeventos for eventos/templates


Ignore:
Timestamp:
Nov 27, 2017, 8:46:44 PM (7 years ago)
Author:
Leonel Hernandez <leonelphm@…>
Branches:
master
Children:
e060c84
Parents:
d9b20e6
Message:

Se añadio update del evento cuando el ultimo participante firma, ademas se agregaron los acentos a los mensajes y se acomodaron palabras lugubert

File:
1 edited

Legend:

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

    reb2672b r52a0eb9  
    1515                    <ul>
    1616                        <li><b>Activo: </b>{% if object.activo %}
    17                             Si, el documento si se encuentra activo aún falta {{num_firma}} {% if num_firma > 1 %}participantes {% else %} participante {% endif%} por firmar</li>
     17                            Sí, el documento si se encuentra activo aún falta {{num_firma}} {% if num_firma > 1 %}participantes {% else %} participante {% endif%} por firmar</li>
    1818                        {% else %}
    1919                            No, el documento no esta activo todos los participantes han firmado</li>
     
    2929              <tr>
    3030                  <th scope="col">Nombresy Apellidos</th>
    31                   <th scope="col">Firmo?</th>
     31                  <th scope="col">Firmó?</th>
    3232              </tr>
    3333            </thead>
     
    4040                        <td>
    4141                            {% if firmantes.firma %}
    42                                 <i class="material-icons green-text" title="Si">done</i>
     42                                <i class="material-icons green-text" title="Sí">done</i>
    4343                            {% else %}
    4444                                <i class="material-icons red-text" title="No">clear</i>
Note: See TracChangeset for help on using the changeset viewer.