Remove strong style from pagination

This commit is contained in:
Jef van Schendel 2011-07-01 19:57:23 +02:00
parent b611476c94
commit eed7e0587c

View File

@ -29,7 +29,7 @@
{% if page != pagination.page %}
<a href="{{ pagination.get_page_url(request, page) }}">{{ page }}</a>
{% else %}
<strong>{{ page }}</strong>
{{ page }}
{% endif %}
{% else %}
<span class="ellipsis"></span>