Merge pull request #236 from openclassify/dia

#711 Pagination is not working
This commit is contained in:
Fatih Alp 2020-01-16 16:22:20 +03:00 committed by GitHub
commit 8c621fe15d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -31,4 +31,5 @@
</div>
</a>
</div>
{% endfor %}
{% endfor %}
{{ advs.links()|raw }}

View File

@ -57,6 +57,7 @@
</tbody>
</table>
</div>
{{ advs.links()|raw }}
{% endblock %}
{% block customjs %}