There was an error while loading. Please reload this page.
2 parents a17d095 + c24c234 commit 6243b36Copy full SHA for 6243b36
crudbuilder/templates/crudbuilder/widgets/form.html
@@ -7,6 +7,9 @@
7
{{ field|label_with_class:"col-sm-2 control-label" }}
8
<div class="col-xs-4">
9
{{ field|input_with_class:"form-control" }}
10
+{% if field.help_text %}
11
+<p class="help-block">{{ field.help_text|safe }}</p>
12
+{% endif %}
13
{{ field.errors }}
14
</div>
15
</fieldset>
@@ -16,4 +19,4 @@
16
19
<input type="submit" value="Save" class="btn btn-success" />
17
20
18
21
-</form>
22
+</form>
0 commit comments