Skip to content

Commit

Permalink
chore(accounts): import mark_safe from correct Django module
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jun 24, 2024
1 parent 2ff9670 commit 628c45c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion weblate/accounts/templatetags/authnames.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
from django import template
from django.conf import settings
from django.contrib.staticfiles.storage import staticfiles_storage
from django.utils.html import format_html, mark_safe
from django.utils.html import format_html
from django.utils.safestring import mark_safe
from django.utils.translation import gettext_lazy

if TYPE_CHECKING:
Expand Down

0 comments on commit 628c45c

Please sign in to comment.