Revision 0790d933 templates/edumanage/institution_edit.html

b/templates/edumanage/institution_edit.html
123 123
        <label class="control-label" for="id_urls">{% trans "Urls" %}</label>
124 124
        {{urls_form.management_form}}
125 125
        <div class="controls">
126
        {% for err in urls_form.errors %}{% if err|length > 0 %}<span class="help-inline">{{err}}</span>{% endif %}{% endfor %}
127 126
        {% if urls_form.non_form_errors %} <span class="help-inline"> {{ urls_form.non_form_errors|join:", "}}</span>{% endif %}
128 127
            <table id="urlsform"><thead><tr><td>url</td><td>type</td><td>language</td></tr></thead><tbody>
129 128
        {% for formset in urls_form.forms %}

Also available in: Unified diff