Skip to content

Commit

Permalink
fix: add slash to shared_url templatetag
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Oct 9, 2023
1 parent a0c9c1d commit ff47d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis_core/core/templatetags/apiscore.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

@register.simple_tag
def shared_url():
return getattr(settings, "SHARED_URL", "/static")
return getattr(settings, "SHARED_URL", "/static/")

0 comments on commit ff47d2a

Please sign in to comment.