Merge branch 'develop' into 4684-devicetype-import-comment

This commit is contained in:
Jeremy Stretch
2020-05-26 09:11:50 -04:00
committed by GitHub
3 changed files with 7 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ def _get_registered_content(obj, method, template_context):
'object': obj,
'request': template_context['request'],
'settings': template_context['settings'],
'csrf_token': template_context['csrf_token'],
'perms': template_context['perms'],
}
model_name = obj._meta.label_lower