mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
add school field to guest
This commit is contained in:
@ -51,7 +51,7 @@ class GuestTable(tables.Table):
|
||||
}
|
||||
model = Guest
|
||||
template_name = 'django_tables2/bootstrap4.html'
|
||||
fields = ("last_name", "first_name", "inviter", )
|
||||
fields = ("last_name", "first_name", "inviter", "school")
|
||||
|
||||
def render_entry(self, record):
|
||||
if record.has_entry:
|
||||
|
Reference in New Issue
Block a user