From a6206e7e57f2001a4a334f45b10233e3747069eb Mon Sep 17 00:00:00 2001 From: Bob Meredith Date: Wed, 2 Jun 2021 13:18:16 +0100 Subject: [PATCH 1/3] GP2-2890 - DAC NonText Content 01 --- CHANGELOG.md | 1 + exportplan/templates/exportplan/includes/sidebar.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c761e5af1d..80298386f3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Enhancements - NOTICKET - update changelog, post-release ### Fixed bugs +- GP2-2890 - DAC NonText Content 01 - GP2-2889 - DAC Decorative_Images_01 - clear alt tags on decorative images - GP2-2888 - DAC Dialog_01 - aria-modal on confirmation dialogues. - GP2-2831 - fix typo on 404 page diff --git a/exportplan/templates/exportplan/includes/sidebar.html b/exportplan/templates/exportplan/includes/sidebar.html index 86864a1bc1..6389a92386 100644 --- a/exportplan/templates/exportplan/includes/sidebar.html +++ b/exportplan/templates/exportplan/includes/sidebar.html @@ -8,7 +8,7 @@ {% if not request.user.company.logo %} Add a business logo {% else %} - {{ request.user.company.name }} + {{ request.user.company.name }} {% endif %}