cuducos / django-public-admin

🔓 A public and read-only version of the Django Admin
MIT License
64 stars 5 forks source link

Remove recent actions box #19

Closed anapaulagomes closed 4 years ago

anapaulagomes commented 4 years ago

Since the django-admin is public and no actions are taken by users, it makes sense to get the box "Recent Actions" removed.

According to @cuducos's tip here, we can get it done by using display: none: this template uses dashboard.css that has a display: none.

jhrdt commented 4 years ago

Hej,

I tried to solve this issue in a other way, with Django templates. Take a look at PR #20 .