Remove strong style from pagination
This commit is contained in:
parent
b611476c94
commit
eed7e0587c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user