Skip to content

Commit

Permalink
removed old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
4-dash committed Jan 3, 2025
1 parent eafa004 commit 3df47b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/feedback/templatetags/translate_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ def translate_url(context, language):
'''
used to translate urls for switching languages
'''
## this if is here only because of veranstalter.py > VeranstalterWizard > done method.
## see comment there, why we might not have request
if 'request' in context :
try:
view = resolve(context['request'].path_info)
Expand Down

0 comments on commit 3df47b7

Please sign in to comment.