Add css to paginator
This commit is contained in:
parent
fdcdff7bcc
commit
7a365212f5
2 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
{% block link %}
|
||||
{{ block.super }}
|
||||
<link rel="stylesheet" href="{% static 'main/css/table.css' %}" type="text/css" />
|
||||
<link rel="stylesheet" href="{% static 'main/css/page.css' %}" type="text/css" />
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue