Skip to content

Commit

Permalink
fix: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 25, 2024
1 parent b05f4e2 commit 1734f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension_explorer/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def home():
title = gettext('OCDS Extension Explorer')
url = url_for('lang_home', lang='en')

return render_template('redirect.html', title=title, redirect=url, lang=lang)
return render_template('redirect.html', title=title, redirect=url, lang='en')


@app.route('/<lang>/')
Expand Down

0 comments on commit 1734f25

Please sign in to comment.