aboutsummaryrefslogtreecommitdiffstats
path: root/server/views.py
diff options
context:
space:
mode:
authorAndrea Lepori <al@0hm.ch>2024-01-23 15:50:27 +0100
committerAndrea Lepori <al@0hm.ch>2024-01-23 15:50:27 +0100
commit7323669823045466a1b6a323c90a847bd8a07bea (patch)
tree807ded6788f9ea211a6aaca96c712b8ec69f36e2 /server/views.py
parentshow hidden types with unarchived docs (diff)
downloadscout-subs-7323669823045466a1b6a323c90a847bd8a07bea.tar.gz
scout-subs-7323669823045466a1b6a323c90a847bd8a07bea.zip
doc list table download options
Diffstat (limited to '')
-rw-r--r--server/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/views.py b/server/views.py
index c06046d..13eb6e4 100644
--- a/server/views.py
+++ b/server/views.py
@@ -1456,6 +1456,7 @@ def doclist_table(request, type_id):
'error': error,
'error_text': error_text,
'settings': settings,
+ 'type_name': doc_type.name,
'type_id': type_id,
'custom_keys': custom_keys,
}