There should be two lines - not one. Signed-off-by: Stephen Finucane <[email protected]> --- patchwork/templatetags/compat.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/patchwork/templatetags/compat.py b/patchwork/templatetags/compat.py index b18538f..7b210e8 100644 --- a/patchwork/templatetags/compat.py +++ b/patchwork/templatetags/compat.py @@ -26,6 +26,7 @@ from django.template import Library register = Library() + # cycle # # The cycle template tag enables auto-escaping by default in 1.8, with -- 2.7.4 _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
