[BACKPORT] Fix reverse error for renamed session_language URL - #34418
Conversation
The url was renamed from session_language to update_language but it was still referred to in some html templates
|
Thanks for the pull request, @dyudyunov! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
|
Hi @navinkarkera! Would you be able to merge this backport since you merged the master? If not, let me know. |
navinkarkera
left a comment
There was a problem hiding this comment.
@dyudyunov Thanks! Looks good.
|
@dyudyunov 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
This is a backport from #33729
Description
The URL was renamed, but some templates use the old name.
Steps to reproduce
en, uk)Actual result
NoReverseMatch error