From 6ebc318511b3ce11d512288b847e355ca71f4c53 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Mon, 9 Oct 2017 23:29:30 -0300 Subject: [PATCH] including div to solve responsive breadcrumb bug --- amadeus/templates/base.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 3695599..1700fe6 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -87,7 +87,7 @@ if (array.length > 1) { new_lang += '-'; - new_lang += array[1].toUpperCase(); + new_lang += array[1].toUpperCase(); } @@ -205,7 +205,7 @@ - + - {% block footer %} {% endblock %} -- libgit2 0.21.2