Skip to content

Commit

Permalink
Remove repeated dict key for matomo_site_id
Browse files Browse the repository at this point in the history
  • Loading branch information
sfisher committed Jan 13, 2025
1 parent 16d81b8 commit 8ad10e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions impl/ui_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ def render(request, template, context={}):
"feed_cache": [], # ezidapp.management.commands.newsfeed.getLatestItems(),
"matomo_site_id": django.conf.settings.MATOMO_SITE_ID,
"debug": django.conf.settings.DEBUG,
"matomo_site_url": django.conf.settings.MATOMO_SITE_URL,
"matomo_site_id": django.conf.settings.MATOMO_SITE_ID,
"matomo_site_url": django.conf.settings.MATOMO_SITE_URL
}
ctx.update(context)
templ = django.template.loader.get_template(f'{template}.html')
Expand Down

0 comments on commit 8ad10e4

Please sign in to comment.