Remove legacy Jinja2 templates#912
Remove legacy Jinja2 templates#912Valkyriezz wants to merge 1 commit intofedora-infra:swatantryafrom
Conversation
cc6fc71 to
159504b
Compare
gridhead
left a comment
There was a problem hiding this comment.
@Valkyriezz, please also include the removal of the views that require the usage of the templates that you just happened to have removed, because the application will not initialise if it does not end up finding the templates that it expects to find at the moment. Also, please sign the commits, if you have not done that already before another round of reviews.
|
Hi @gridhead, I've addressed your feedback. Along with removing the 21 Jinja2 template files, I've now also removed the 15 view functions that depended on them. |
12c18ae to
5ae0914
Compare
gridhead
left a comment
There was a problem hiding this comment.
@Valkyriezz, you still do not seem to have signed your commits after having asked for it multiple times. When you do that, please also ensure to squash all your commits into one.
5ae0914 to
1cd4eca
Compare
Assisted-by: Claude Code <noreply@anthropic.com> Signed-off-by: Valkyriezz <vanshikhashri@gmail.com>
1cd4eca to
935bc30
Compare
|
I think removing the views is part of Task 2 and already has a PR, but feel free to review mine as well :) will make changes accordingly |
Summary
tahrir/templates/.htmltemplate files (index.html,user.html,badge.html,badge_full.html,leaderboard.html,explore.html,explore_badges.html,report.html,about.html,diff.html,admin.html,builder.html,thingiview.html,assertion_widget.html,tags.html,error.html,_base.html,_badge-base.html,_functions.html,test.html)Fixes part of #904 (Task 1)