aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/editing_routes.py
Commit message (Expand)AuthorAgeFilesLines
* correct a number of response codesBryan Newbold2019-04-041-9/+31
* fix edit forms requiring loginsBryan Newbold2019-04-041-3/+4
* warn() -> warning() (deprecated)Bryan Newbold2019-04-041-8/+8
* explicit 404 on un-implemented editing pagesBryan Newbold2019-04-041-3/+3
* create app.log explicitlyBryan Newbold2019-04-031-14/+14
* file basic editing; several cleanupsBryan Newbold2019-04-021-54/+112
* refactor release+container editing routesBryan Newbold2019-04-021-64/+58
* fix CSRF for WTF formsBryan Newbold2019-04-021-13/+4
* basic container create/edit formsBryan Newbold2019-04-021-25/+81
* refactor editing routes into separate fileBryan Newbold2019-04-021-0/+170