Remove strong style from pagination
This commit is contained in:
parent
b611476c94
commit
eed7e0587c
@ -29,7 +29,7 @@
|
|||||||
{% if page != pagination.page %}
|
{% if page != pagination.page %}
|
||||||
<a href="{{ pagination.get_page_url(request, page) }}">{{ page }}</a>
|
<a href="{{ pagination.get_page_url(request, page) }}">{{ page }}</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<strong>{{ page }}</strong>
|
{{ page }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class="ellipsis">…</span>
|
<span class="ellipsis">…</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user