Pass a copy of the entire context to the navigation subtemplate when calling it from sublist template

This commit is contained in:
Roberto Rosario
2011-12-25 03:14:19 -04:00
parent 80fab8b70d
commit de49d4a588
2 changed files with 8 additions and 9 deletions

View File

@@ -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 %}