]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
templates: Use compat.cycle everywhere
authorStephen Finucane <stephen@that.guru>
Thu, 18 May 2017 20:40:04 +0000 (21:40 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 18 May 2017 20:40:04 +0000 (21:40 +0100)
We missed this previously and now it's breaking Django 1.6.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: 8ae7705 ("templates: Resolve cycle issues with Django 1.10")
patchwork/templates/patchwork/projects.html

index 9ce1918caad6c83bf9dc6a2f24632f6a4587ae10..d75077d499c492a656fed6b3e86d9b24cee8a63a 100644 (file)
@@ -1,4 +1,5 @@
 {% extends "base.html" %}
+{% load cycle from compat %}
 
 {% block title %}Project List{% endblock %}
 {% block body %}