Skip to content

Remove deprecated call to "load firstof from future" #23

Closed
@azaghal

Description

The syntax load firstof from future in template zinnia_bootstrap/templates/comments/zinnia/entry/form.html has been deprecated since Django version 1.8, and has been completely removed from Django 1.10.

When using the theme with Django 1.10, the following error is reported when comment form is rendered:

'future' is not a registered tag library. Must be one of:

It should be sufficient to remove {% load firstof from future %} to fix compatibility with Django 1.10.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions