Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
djnro
Commits
800fe0b2
Commit
800fe0b2
authored
Oct 15, 2015
by
Kroustouris Stauros
Browse files
fix error message
parent
99f17f8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
djnro/templates/edumanage/institution_edit.html
View file @
800fe0b2
...
...
@@ -52,9 +52,9 @@
<div
class=
"controls"
>
<div
class=
""
>
{{ form.contact }}
</div>
<button
class=
"btn btn-small btn-info"
id=
"add_contact"
><i
class=
"icon-plus-sign icon-white"
></i>
Add...
</button>
{% if form.
errors.contact %}
<div
class=
"alert-danger"
>
{{ form.contact.
errors|join:", "
}}
</
div
>
{% endif %}
{% if form.
contact.errors %}
<div
class=
"alert-danger"
>
{{ form.contact.errors|join:", " }}
</div>
{% endif %}
<span
class=
"help-block"
>
{{ form.contact.
help_text
}}
</
span
>
<span
class=
"help-block"
>
{{ form.contact.help_text }}
</span>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment