mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-15 10:43:15 +00:00
Fixes typo in wagtailadmin/block_forms/stream.html (#2847)
Thank @dburakov for the report!
This commit is contained in:
parent
389317c104
commit
f03980e34b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "wagtailadmin/block_forms/sequence.html" %}]
|
||||
{% extends "wagtailadmin/block_forms/sequence.html" %}
|
||||
|
||||
{% block sequence_type_class %}stream{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue