Commit 3d62929e authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #42 from dmedvinsky/feature/help-text

Add ability to annotate field with help text
parents 90c8b1bc bb520117
...@@ -90,6 +90,9 @@ ...@@ -90,6 +90,9 @@
{{ f() }} {{ f() }}
{% endif %} {% endif %}
</div> </div>
{% if f.description %}
<p class="help-block">{{ f.description }}</p>
{% endif %}
{% if f.errors %} {% if f.errors %}
<ul> <ul>
{% for e in f.errors %} {% for e in f.errors %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment