Skip to content

Commit

Permalink
template tag removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiboutas committed Jan 7, 2024
1 parent e193384 commit 1d365f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load static i18n django_htmx menu_tags %}
{% load static i18n django_htmx %}
{% get_current_language as LANGUAGE_CODE %}
<!DOCTYPE html>
<html lang="{{ LANGUAGE_CODE }}" class="h-full bg-gray-50">
Expand Down
2 changes: 1 addition & 1 deletion templates/includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load i18n wagtailsettings_tags menu_tags svg %}
{% load i18n wagtailsettings_tags svg %}
{% get_settings %}
<!--
<footer class="" aria-labelledby="footer-heading">
Expand Down

0 comments on commit 1d365f3

Please sign in to comment.