aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_covid19/webface.py
Commit message (Collapse)AuthorAgeFilesLines
* clean up jinja2 template whitespace in HTML outputBryan Newbold2020-04-091-0/+4
|
* fix webface bug with missing importBryan Newbold2020-04-091-1/+1
|
* fix webface bugs with default filter valuesBryan Newbold2020-04-091-2/+2
|
* initial implementation of filtersBryan Newbold2020-04-081-3/+5
|
* refactor search to use elasticsearch-dslBryan Newbold2020-04-081-0/+2
|
* webface: disable 404, 5xx custom error pagesBryan Newbold2020-04-081-11/+11
| | | | | | | | These break with 'lang_code' errors in our translation setup, I think because in this context we don't yet know what the language is. A work-around might be to manually set the language in the error handler function.
* wrangle lang_code / error templates a bit moreBryan Newbold2020-04-031-7/+14
| | | | | Still not perfect: a 404 is always in 'en' and all links are then not in the local lang.
* UI tweaks, i18n prepBryan Newbold2020-04-031-2/+6
|
* webface: refactoring of styleBryan Newbold2020-04-021-0/+2
|
* first iteration of web interfaceBryan Newbold2020-04-011-0/+112
Copied and tweaked from fatcat:python/fatcat_web LICENSE file for this repo is a TODO and will need to match that of fatcat.