You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hi,
I have registered a model in my django admin page. When I click the Add link, it throws me this error, Invalid block tag: 'change_list_object_tools', expected 'endblock'
django.template.base.TemplateSyntaxError: . I could not get any solution. Appreciating someone's help.
Regards,
Santhosh
Naveen Arora
unread,
Mar 3, 2020, 4:16:34 AM3/3/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hi,
First, it would be easy t debug if you share entire traceback + one solution would be to run makemigrations and migrations again :)
Did you override any default template from the codebase ?