From 04dd261f1b8b5565599e62800e7b8787cf08424d Mon Sep 17 00:00:00 2001 From: tzangms Date: Sun, 8 Dec 2013 23:49:19 +0800 Subject: [PATCH] Update README.rst Add demo site link --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index bd92768..aff53c9 100644 --- a/README.rst +++ b/README.rst @@ -11,14 +11,15 @@ Django bootstrap form :target: https://pypi.python.org/pypi/django-bootstrap-form -Generate twitter-bootstrap form output for django form +Twitter Bootstrap for Django Form. -A simple Django template tag to work with twitter bootstrap ( http://twitter.github.com/bootstrap/ ) +A simple Django template tag to work with `Bootstrap `_ Use it like this .. code-block:: {{ form|bootstrap }} + -`Read the Docs `_ +Checkout this `Demo site `_ to see it in action.