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