mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 16:24:49 +00:00
Templates folder structure tidy
This commit is contained in:
parent
2543478dc3
commit
10037fd4cf
2 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from django import template
|
|||
register = template.Library()
|
||||
|
||||
|
||||
@register.inclusion_tag('wagtailusers/formatted_permissions.html')
|
||||
@register.inclusion_tag('wagtailusers/groups/includes/formatted_permissions.html')
|
||||
def format_permissions(permission_bound_field):
|
||||
"""
|
||||
Given a bound field with a queryset of Permission objects, constructs a
|
||||
|
|
|
|||
Loading…
Reference in a new issue