mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 16:24:49 +00:00
fix typo in emed_filters typo
This commit is contained in:
parent
ddd4b8a9c1
commit
1e932c0b0b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from django import template
|
||||
from django.utils.safestring import mark_safe
|
||||
|
||||
from wagtail.wagtailembeds.embed.embeds import get_embed
|
||||
from wagtail.wagtailembeds.embeds.embed import get_embed
|
||||
|
||||
|
||||
register = template.Library()
|
||||
|
|
|
|||
Loading…
Reference in a new issue