diff --git a/templates/base_admin_dashboard.html b/templates/base_admin_dashboard.html index 2afaeac30..4f257ff7b 100644 --- a/templates/base_admin_dashboard.html +++ b/templates/base_admin_dashboard.html @@ -1,65 +1,84 @@ {% extends "frame.html" %} {% load smartmin i18n thumbnail ureport compress %} + {% block styles %} {% compress css %} {% endcompress %} {% if is_rtl_org %} {% compress css %} - - - + + + {% endcompress %} {% else %} {% compress css %} - - + + {% endcompress %} {% endif %} {% endblock styles %} {% block body-content %} @@ -72,13 +91,8 @@