From d6114b676d09b6473643858275172d1a102eb456 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 21 Sep 2015 10:08:42 +0100 Subject: [PATCH] fixup package RST HTML --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cfde28f..4c26e97 100644 --- a/README.rst +++ b/README.rst @@ -176,7 +176,7 @@ the list of ``INSTALLED_APPS`` in your settings module: ... 'django_babel', ... -) + ) And in every template you want to use the filters, you need to explicitly load the django-babel library: @@ -294,7 +294,6 @@ Examples: .. code-block:: django {{ book.price|currencyfmt:"USD" }} -``` would render: **$49.90**