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 %}