Skip to content
Snippets Groups Projects
Commit 8b9fa344 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

fixup! Update the admin for the new form structure

parent 2497ab3d
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ class ApplicationFormAdmin(ModelAdmin):
def used_by(self, obj):
rows = list()
for form, field in self.related_models:
related = self._list_related(obj, form, field)
rows.append(self._list_related(obj, form, field))
return mark_safe('<br>'.join(rows))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment