mirror of
https://github.com/pretix/pretix.git
synced 2026-05-21 17:54:08 +00:00
fix flake8
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
# <https://www.gnu.org/licenses/>.
|
# <https://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
from django import template
|
from django import template
|
||||||
from django.utils.html import format_html, mark_safe
|
from django.utils.html import format_html
|
||||||
|
|
||||||
register = template.Library()
|
register = template.Library()
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ def textbubble(type, *args, **kwargs):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@register.simple_tag
|
@register.simple_tag
|
||||||
def endtextbubble():
|
def endtextbubble():
|
||||||
return mark_safe('</span>')
|
return mark_safe('</span>')
|
||||||
|
|||||||
Reference in New Issue
Block a user