From b3dc95a9ccd095247a9b0a2605cb2f8cd04e1239 Mon Sep 17 00:00:00 2001 From: Amaury Carrade Date: Sun, 18 Apr 2021 13:48:52 +0200 Subject: [PATCH] Reorganized language selector template --- hawk_gui/templates/layout/footer.html | 2 +- hawk_gui/templates/{partials => layout}/language_selector.html | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hawk_gui/templates/{partials => layout}/language_selector.html (100%) diff --git a/hawk_gui/templates/layout/footer.html b/hawk_gui/templates/layout/footer.html index dc3a7b5..31b2d8a 100644 --- a/hawk_gui/templates/layout/footer.html +++ b/hawk_gui/templates/layout/footer.html @@ -33,7 +33,7 @@ {% endblocktrans %}

- {% include "partials/language_selector.html" %} + {% include "layout/language_selector.html" %}

{% trans "We are not responsible of the reports content (in particular, pseudonyms and team names)." %}

diff --git a/hawk_gui/templates/partials/language_selector.html b/hawk_gui/templates/layout/language_selector.html similarity index 100% rename from hawk_gui/templates/partials/language_selector.html rename to hawk_gui/templates/layout/language_selector.html