Changeset 35e8d6c in sicp for templates


Ignore:
Timestamp:
May 15, 2015, 1:26:55 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
1c8f422
Parents:
3335844
Message:

se agregan condiciones para mostrar mensajes de error en el formulario

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templates/base_registro.html

    r981cff3 r35e8d6c  
    4343        .centered-form .panel { background: rgba(255, 255, 255, 0.8); box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px; }
    4444        .required { font-size: 10px; color: #990000; }
     45        .errorlist li {
     46            list-style: none;
     47        }
     48        .alert {
     49            margin-top: 5px;
     50        }
    4551    </style>
    4652    {% if form.errors %}
Note: See TracChangeset for help on using the changeset viewer.