Skip to content

Commit

Permalink
Fix missing extra_body block in allauth entrance.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmy authored and luzfcb committed Aug 20, 2024
1 parent 0836abc commit 8af7634
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
{% endif %}
{% block content %}
{% endblock content %}
{% block extra_body %}
{% endblock extra_body %}
</div>
</div>
{% endblock body %}{% endraw %}

0 comments on commit 8af7634

Please sign in to comment.