fix(tags): update reverse

This commit is contained in:
0xMRTT 2023-02-24 14:36:29 +01:00 committed by GitHub
parent 5ac23f3a45
commit 4be2c962dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ def primary_avatar(user, width=settings.AVATAR_DEFAULT_SIZE, height=None):
else:
kwargs["height"] = height
url = reverse("avatar_render_primary", kwargs=kwargs)
url = reverse("avatar:render_primary", kwargs=kwargs)
return """<img src="%s" width="%s" height="%s" alt="%s" />""" % (
url,
width,