Add col-X classes to HTML table on custom query page

This commit is contained in:
Simon Willison 2018-04-19 08:36:14 -07:00
commit e2750c7cc0
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
2 changed files with 4 additions and 3 deletions

View file

@ -79,6 +79,7 @@ class RenderMixin(HTTPMethodView):
**context, **{
'app_css_hash': self.ds.app_css_hash(),
'select_templates': select_templates,
'zip': zip,
}
})
)