Pass a copy of the entire context to the navigation subtemplate when calling it from sublist template
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
{% with link.permissions as permissions %}
|
||||
{% check_permissions request.user permissions %}
|
||||
{% check_access permissions request.user navigation_object %}
|
||||
{% check_access permissions request.user object %}
|
||||
|
||||
{% if permission or access %}
|
||||
{% if as_li %}
|
||||
|
||||
Reference in New Issue
Block a user