Fix reST error in docs

This commit is contained in:
Justin Mayer 2015-08-16 10:14:49 -07:00
commit bd3bec493e

View file

@ -260,6 +260,6 @@ to iterate over ``pages`` instead of ``PAGES``. Just replace::
{% for pg in PAGES %}
...with something like::
with something like::
{% for pg in pages %}