Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Include the language key for the mega menu (#259)
Browse files Browse the repository at this point in the history
* Include the lnaguage key for the mega menu

* Remove print

Co-authored-by: Alex Martin <[email protected]>
  • Loading branch information
alexm118 and Alex Martin authored Aug 14, 2020
1 parent 0a0302d commit 43b73cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions retirement_api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def claiming(request, es=False):
"base_template": base_template,
"available_languages": ["en", "es"],
"es": es,
"language": language,
"about_view_name": "retirement_api:" + ("about_es" if es else "about"),
}

Expand Down

0 comments on commit 43b73cf

Please sign in to comment.