-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GITC-80: remove unused templates #9207
Conversation
182dd02
to
dda94fe
Compare
Looks good cleaning up all this! I didn't see anything under "Testing" above. Did you test all the products locally to make sure we aren't accidentally removing something we need? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
manually checked if files were used in codebase. couldn't find reference. LGTM
@zacheryschiller I don't think you'd actually be able to test this. Doing a manual check while reviewing is probably the safest way to review this PT |
This reverts commit e8767ab.
Description
Remove unused templates based on output from https://github.com/AMeng/django-unused-templates/blob/master/django_unused_templates.py
some extra care taken
return TemplateResponse(request, f'quadraticlands/mission/{mission_name}/question_{question_num}.html', context)
Refers/Fixes
Testing