diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index f088b90..421240f 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -1,16 +1,16 @@ {% load static i18n %} -{% load static i18n permission_tags %} +{% load static i18n permission_tags django_bootstrap_breadcrumbs %} {% get_current_language as LANGUAGE_CODE %} {{ title }} | Amadeus - - - + + + @@ -35,7 +35,7 @@ - {% with "js/vendor/locales/bootstrap-datepicker."|add:LANGUAGE_CODE|add:".js" as locale_datepicker %} + {% with "js/locales/bootstrap-datepicker."|add:LANGUAGE_CODE|add:".js" as locale_datepicker %} {% endwith %} @@ -45,12 +45,13 @@ - + - - {% block style %} + + + {% block style %} {% endblock %} {% block javascript %} {% endblock %} @@ -61,91 +62,114 @@ - {% block nav %} -