aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/templates
diff options
context:
space:
mode:
authorTom Christie2013-05-21 12:01:56 +0100
committerTom Christie2013-05-21 12:01:56 +0100
commitcdc3c374656ed5c2f620e6aa8bd21b4f05de3f27 (patch)
tree06039d1d96601277972c5822340bdbad8d985a09 /rest_framework/templates
parentf77ae156f963ee01318ad0548e426c8a105bb934 (diff)
parent99848b0321a07d7f05f2333f635756f45e058088 (diff)
downloaddjango-rest-framework-cdc3c374656ed5c2f620e6aa8bd21b4f05de3f27.tar.bz2
Merge and styling fixes
Diffstat (limited to 'rest_framework/templates')
-rw-r--r--rest_framework/templates/rest_framework/form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/templates/rest_framework/form.html b/rest_framework/templates/rest_framework/form.html
index dc7acc70..b27f652e 100644
--- a/rest_framework/templates/rest_framework/form.html
+++ b/rest_framework/templates/rest_framework/form.html
@@ -6,7 +6,7 @@
{{ field.label_tag|add_class:"control-label" }}
<div class="controls">
{{ field }}
- <span class="help-inline">{{ field.help_text }}</span>
+ <span class="help-block">{{ field.help_text }}</span>
<!--{{ field.errors|add_class:"help-block" }}-->
</div>
</div>