diff --git a/HISTORY.rst b/HISTORY.rst index f7cedceddd..f9af9942ff 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -97,6 +97,9 @@ ActionError exception. - Add favorite documents per user. Adds new setting option DOCUMENTS_FAVORITE_COUNT. +- Add new class based dashboard widget. This new widget supports + subclassing and is template based. All exising widgets have been + converted. ACL filtering was added to the widget results. 3.0.3 (2018-08-17) ================== diff --git a/mayan/apps/appearance/templates/appearance/home.html b/mayan/apps/appearance/templates/appearance/home.html index b62d1c427b..4a6bdd4c11 100644 --- a/mayan/apps/appearance/templates/appearance/home.html +++ b/mayan/apps/appearance/templates/appearance/home.html @@ -67,11 +67,6 @@ - {% get_dashboard 'main' as dashboard %} -