]> git.0d.be Git - panikweb.git/commitdiff
templates: load required i18n template tags
authorFrédéric Péters <fpeters@0d.be>
Tue, 3 Dec 2019 16:17:30 +0000 (17:17 +0100)
committerFrédéric Péters <fpeters@0d.be>
Tue, 3 Dec 2019 16:17:30 +0000 (17:17 +0100)
panikweb_templates/templates/listen/archives.html
panikweb_templates/templates/search/search.html

index bead8202f5b0b070fec7944755d3613794ab78e4..c80189071137e2d6f2cead2b5404c955e5af9eaa 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "listen.html" %}
-{% load paniktags %}
+{% load paniktags i18n %}
 {% block title %}Sons - Archives{% endblock %}
 {% block nav %}
        <div class="search-filters">
index bcca8e3be00ff2dc13b46788eb99992bcd0797ed..72475d4985502c96f4a85fd87723acba4a012ca1 100644 (file)
@@ -1,5 +1,5 @@
 {% extends 'panikdb/base.html' %}
-{% load paniktags highlight %}
+{% load paniktags highlight i18n %}
 {% block bodyID %}Search{% endblock %}
 {% block title %}Recherche{% endblock %}
 {% block nav %}