fixed space not honourd in invite link

This commit is contained in:
vabene1111
2021-12-30 17:37:10 +01:00
parent 3743a08996
commit bddaa77f71
2 changed files with 5 additions and 2 deletions

View File

@@ -257,7 +257,7 @@ admin.site.register(ViewLog, ViewLogAdmin)
class InviteLinkAdmin(admin.ModelAdmin):
list_display = (
'group', 'valid_until',
'group', 'valid_until','space',
'created_by', 'created_at', 'used_by'
)