diff --git a/HISTORY.rst b/HISTORY.rst index c429ea317f..1363449538 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -13,6 +13,7 @@ - Sort indexes by label. - Fix cabinets permission and access control checking. - The permission to add or remove documents to cabinets now applies to documents too. +- Equalize dashboard widgets heights. 2.5.2 (2017-07-08) ================== diff --git a/mayan/apps/appearance/templates/appearance/dashboard_widget.html b/mayan/apps/appearance/templates/appearance/dashboard_widget.html index 0ea04e7f5d..29c521f514 100644 --- a/mayan/apps/appearance/templates/appearance/dashboard_widget.html +++ b/mayan/apps/appearance/templates/appearance/dashboard_widget.html @@ -1,6 +1,6 @@ {% load i18n %} -
+
diff --git a/mayan/apps/appearance/templates/appearance/home.html b/mayan/apps/appearance/templates/appearance/home.html index f51286aa98..6960378faf 100644 --- a/mayan/apps/appearance/templates/appearance/home.html +++ b/mayan/apps/appearance/templates/appearance/home.html @@ -8,6 +8,14 @@ {% block title %}{% trans 'Dashboard' %}{% endblock %} +{% block javascript %} + +{% endblock javascript %} + {% block content %}

{% trans 'Dashboard' %}