Skip to content

Commit

Permalink
fragments tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Oct 17, 2024
1 parent d348537 commit f390db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aurora/core/templatetags/matomo.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def matomo_site():

@register.simple_tag()
def matomo_id():
return settings.MATOMO_ID
return getattr(settings, 'MATOMO_ID', '')

0 comments on commit f390db1

Please sign in to comment.