Skip to content

Commit

Permalink
fix: Update drinks statistics template to load internationalization tags
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Nov 23, 2024
1 parent 80fe9f9 commit 4bb42f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drinks/templates/drinks-statistics.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load static wagtailimages_tags user_tags %}
{% load i18n static wagtailimages_tags user_tags %}

{% block extra_css %}
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
Expand Down

0 comments on commit 4bb42f7

Please sign in to comment.