Public report enhancements
* adds toggling of scrollable box table views * deactivates scrolling for public report view (so all entries can be seen if page is printed)
This commit is contained in:
@@ -67,6 +67,7 @@ def report_view(request:HttpRequest, id: str):
|
||||
},
|
||||
"geom_form": geom_form,
|
||||
"parcels": parcels,
|
||||
"tables_scrollable": False,
|
||||
TAB_TITLE_IDENTIFIER: tab_title,
|
||||
}
|
||||
context = BaseContext(request, context).context
|
||||
|
||||
Reference in New Issue
Block a user