django-adminlte2 icon indicating copy to clipboard operation
django-adminlte2 copied to clipboard

Bug in admin_menu templatetag

Open saninaimayer opened this issue 4 years ago • 0 comments

'available_apps' is not present in context object when the registration pages is load.

def admin_apps(self, context, r): request = context['request'] for app in context['available_apps']: ...

bug_admin_menu

saninaimayer avatar Oct 19 '20 18:10 saninaimayer