diff --git a/CHANGELOG.md b/CHANGELOG.md index da6be5b8..2e25a9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve ### Fixed +- "Logout" link was broken, so it's fixed - "Preview" link in markdown editor has "USA Blue" link text - Specify exact Python version in Dockerfile - Fix 2 broken cover images diff --git a/bloom_nofos/users/templates/users/user_view.html b/bloom_nofos/users/templates/users/user_view.html index 956e3c53..92a7f4b8 100644 --- a/bloom_nofos/users/templates/users/user_view.html +++ b/bloom_nofos/users/templates/users/user_view.html @@ -11,7 +11,10 @@ {% include "includes/page_heading.html" with title="Your account" only %}