Commit 31bf0a52 authored by Seb's avatar Seb
Browse files

Change results template to use ajax pagination template (old one was busted)

parent e54d450e
......@@ -12,7 +12,7 @@ html5 compliant codec using ffmpeg.
Requirements
------------
- Wagtail >= 2.4
- Wagtail >= 2.5
- `ffmpeg <https://ffmpeg.org/>`__
Installing
......
......@@ -10,7 +10,7 @@ from setuptools import find_packages, setup # noqa: E4
setup(
name='wagtailvideos',
version='2.10.7',
version='2.10.8',
description="A wagtail module for uploading and displaying videos in various codecs.",
long_description=readme,
author='Neon Jungle',
......@@ -18,7 +18,7 @@ setup(
url='https://github.com/neon-jungle/wagtailvideos',
install_requires=[
'wagtail>=2.4',
'wagtail>=2.5',
'Django>=1.11',
'django-enumchoicefield>=1.1.0',
'bcp47==0.0.4',
......
......@@ -29,6 +29,5 @@
</li>
{% endfor %}
</ul>
{% include "wagtailadmin/shared/pagination_nav.html" with items=videos is_ajax=1 %}
{% include "wagtailadmin/shared/ajax_pagination_nav.html" with items=videos %}
{% endif %}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment