show_delete'.
> Change the above line to ..
>
> 'has_delete_permission': context.get('show_delete',True) and
> self.has_delete_permission(request, obj).
>
> I hope this should solve the problem. I'd opened a ticket re
context variable 'show_delete'.
> Change the above line to ..
>
> 'has_delete_permission': context.get('show_delete',True) and
> self.has_delete_permission(request, obj).
>
> I hope this should solve the problem. I'd opened a ticket requesting
>
In the "admin/submit_line.html" template I can see options such as
"show_delete_link", etc but cannot for the life of me figure out a
programmatic way to set these values to False. Ideally, I would only
like to display the "Save" button.
(I realize I could override the "change_form" template for
3 matches
Mail list logo