fixup package RST HTML

This commit is contained in:
Thomas Grainger
2015-09-21 10:08:42 +01:00
parent 4c9a9f6ff6
commit d6114b676d

View File

@@ -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**