Remove stale templates/review.html #91
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The review page renders from
liveviews.py(Python-built HTML), not from a Jinja template.src/fenliu/templates/review.html(804 lines) is no longer referenced anywhere in the codebase and should be removed.Tracked as a TODO in
packages/fenliu/TODO.md.Verified
review.htmlis unreferenced (the review page renders inliveviews.py). Plan: deletesrc/fenliu/templates/review.htmland tick the TODO item inpackages/fenliu/TODO.md. Branchfeat/issue-91-remove-stale-review-template, PR intofeat/issue-80-collectwithRefs #91.