django-sql-explorer icon indicating copy to clipboard operation
django-sql-explorer copied to clipboard

Improve template to make easier to customize them for integration with the project

Open nad2000 opened this issue 2 years ago • 0 comments

I added a link in the nav bar to get back to the main project application. For that, I had to modify 4 templates: query_list.html, query.html, play.html and qyertlog_list.html even though the base.html has the block for the navbar links, and doesn't get reused. So I had to customise 4 templates to get it working.

Also, to add some extra styling, I had to rewrite the entire base.html, since there are no blocks for header parts, ie, CSS.

nad2000 avatar Jul 13 '22 23:07 nad2000