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

Commit

Permalink
Merge pull request #265 from cfpb/fix-es-about
Browse files Browse the repository at this point in the history
Show the Spanish mega-menu on about page
  • Loading branch information
niqjohnson authored Oct 19, 2020
2 parents 9f18fb8 + ca727e3 commit a6b4fc8
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 @@ -144,5 +144,6 @@ def about(request, language="en"):
"base_template": base_template,
"available_languages": ["en", "es"],
"es": es,
"language": language,
}
return render(request, "retirement_api/about.html", cdict)

0 comments on commit a6b4fc8

Please sign in to comment.