mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
a9453c4dda
commit
27cb29365c
6 changed files with 10 additions and 10 deletions
|
|
@ -387,7 +387,7 @@ class DataView(BaseView):
|
|||
return await self.as_csv(request, database, hash, **kwargs)
|
||||
|
||||
if _format is None:
|
||||
# HTML views default to expanding all foriegn key labels
|
||||
# HTML views default to expanding all foreign key labels
|
||||
kwargs["default_labels"] = True
|
||||
|
||||
extra_template_data = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue