diff --git a/amadeus/static/js/main.js b/amadeus/static/js/main.js index 596ef3c..5e03f4b 100755 --- a/amadeus/static/js/main.js +++ b/amadeus/static/js/main.js @@ -1,5 +1,11 @@ $(function () { var locale = $("body").data('lang'); + + if (!$("#sidebar-menu-div").children().length > 0) { + //$("#sidebar-menu-div").remove(); + $("#page_content").switchClass('col-md-11', 'col-md-12', 0); + $("#page_content").switchClass('col-lg-11', 'col-lg-12', 0); + } $('.datetime-picker').datetimepicker({ locale: locale diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index c9ba92c..fedb2eb 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -256,7 +256,7 @@ {% endblock %} -
{% trans 'Enter your email below (the one used to access the platform) to recover your password' %}
-