Remove default menu entry for Email Attempts
just seems a bit awkward, admins can figure out if/where to put that
This commit is contained in:
parent
c43daf0940
commit
2cfc410fa6
|
@ -98,11 +98,6 @@ def simple_menus(request):
|
|||
'url': url('emailprofiles'),
|
||||
'perm': 'emailprofiles.list',
|
||||
},
|
||||
{
|
||||
'title': "Email Attempts",
|
||||
'url': url('email_attempts'),
|
||||
'perm': 'email_attempts.list',
|
||||
},
|
||||
{
|
||||
'title': "Raw Settings",
|
||||
'url': url('settings'),
|
||||
|
|
Loading…
Reference in a new issue