labd / wagtail-2fa

2 Factor Authentication for Wagtail

Home Page:https://wagtail-2fa.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template error "otp_form.html" in wagtail 5.1

flaviosirius opened this issue · comments

When DEBUG=False is returning error 500 in template "otp_form.html" rendering.

This is occuring because in the release 5.1 of wagtail they are not using anymore the image "wagtailadmin/images/wagtail-logo.svg", and this is linked in the template:

{% block branding_logo %}




{% endblock %}