Skip to content

Commit

Permalink
Fix import in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbr committed Nov 4, 2014
1 parent 461bf77 commit 551cbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pagination through its :meth:`~flask.ext.sqlalchemy.BaseQuery.paginate`, which
will return a :class:`~flask.ext.sqlalchemy.Pagination` object. These can
automatically rendered through the ``render_pagination`` macro::

{% import "bootstrap/pagination.html" as pagination %}
{% from "bootstrap/pagination.html" import render_pagination %}

{# ... #}

Expand Down

0 comments on commit 551cbdb

Please sign in to comment.