From 04d5025792cb78cb2e0c4e8987b5b0d98051195d Mon Sep 17 00:00:00 2001 From: kiki Date: Mon, 4 Jun 2018 19:20:57 +0200 Subject: [PATCH] margin hardcodato --- themes/hackit0x15/templates/includes/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hackit0x15/templates/includes/banner.html b/themes/hackit0x15/templates/includes/banner.html index 9244b7b..cb5a35c 100644 --- a/themes/hackit0x15/templates/includes/banner.html +++ b/themes/hackit0x15/templates/includes/banner.html @@ -6,7 +6,7 @@ {% block languages %} {% if page %} {% import 'includes/translations.html' as translations with context %} -
  • +
  • {{ translations.translations_for(page,label=False) }}
  • {% endif %}