Skip to content

Commit

Permalink
fix template tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Mar 31, 2017
1 parent e089494 commit c8a349e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/partials/paginator.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</a>
{% templatetag openvariable %}/previous{% templatetag closevariable %}
<h3>
{% templatetag openvariable %}^current_is_local{% templatetag closevariable %}Page {{page}} of {{pages}}{{/current_is_local}}
{% templatetag openvariable %}#current_is_local{% templatetag closevariable %}&nbsp;{{/current_is_local}}
{% templatetag openvariable %}^current_is_local{% templatetag closevariable %}Page {% templatetag openvariable %}page{% templatetag closevariable %} of {% templatetag openvariable %}pages{% templatetag closevariable %}{% templatetag openvariable %}/current_is_local{% templatetag closevariable %}
{% templatetag openvariable %}#current_is_local{% templatetag closevariable %}&nbsp;{% templatetag openvariable %}/current_is_local{% templatetag closevariable %}
</h3>
{% templatetag openvariable %}#next{% templatetag closevariable %}
<a href="{% templatetag openvariable %}next{% templatetag closevariable %}" data-icon="arrow-r" data-iconpos="right"
Expand Down

0 comments on commit c8a349e

Please sign in to comment.