Skip to content

Commit d6114b6

Browse files
author
Thomas Grainger
committed
fixup package RST HTML
1 parent 4c9a9f6 commit d6114b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ the list of ``INSTALLED_APPS`` in your settings module:
176176
...
177177
'django_babel',
178178
...
179-
)
179+
)
180180
181181
And in every template you want to use the filters, you need to explicitly load
182182
the django-babel library:
@@ -294,7 +294,6 @@ Examples:
294294
.. code-block:: django
295295
296296
{{ book.price|currencyfmt:"USD" }}
297-
```
298297
299298
would render: **$49.90**
300299

0 commit comments

Comments
 (0)