From 5dd7d6cd76f5b71a90b772ceb4dcdbdfff569de9 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 8 Mar 2020 19:21:40 +1100 Subject: [PATCH] docs: Fix simple typo, boostrap -> bootstrap There is a small typo in README.rst. Should read `bootstrap` rather than `boostrap`. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 516ee0e..6908873 100644 --- a/README.rst +++ b/README.rst @@ -48,7 +48,7 @@ Then to render your form:: You can also set class="form-vertical" on the form element. -To use class="form-inline" on the form element, also change the "|boostrap" template tag to "|bootstrap_inline". +To use class="form-inline" on the form element, also change the "|bootstrap" template tag to "|bootstrap_inline". It is also possible to create a horizontal form. The form class and template tag are both changed, and you will also need slightly different CSS around the submit button::