Skip to content

Commit

Permalink
Merge pull request #1351 from uktrade/GP2-2890_DAC_NonText_Content_01
Browse files Browse the repository at this point in the history
GP2-2890, GP2-2891 - DAC NonText Content 01/02
  • Loading branch information
lewis-coulson-dit authored Jun 2, 2021
2 parents 78b5a38 + 65286b0 commit dac444f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Enhancements
- NOTICKET - update changelog, post-release
### Fixed bugs
- GP2-2890 - DAC NonText Content 01
- GP2-2835 - Disable caching on homepage
- GP2-2889 - DAC Decorative_Images_01 - clear alt tags on decorative images
- GP2-2888 - DAC Dialog_01 - aria-modal on confirmation dialogues.
Expand Down
2 changes: 1 addition & 1 deletion exportplan/templates/exportplan/dashboard_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3 class="m-v-xs bold">Upload your logo</h3>
</a>
</div>
{% else %}
<img alt="{{ request.user.company.name }}" src="{{ request.user.company.logo }}" class="width-full" />
<img alt="Your business logo" src="{{ request.user.company.logo }}" class="width-full" />
<a id="edit-image" href="{% url 'exportplan:add-logo' %}" class="link pencil-link">Edit</a>
{% endif %}
<a class="button button--secondary button--full-width button--icon m-b-xs" href="{% url 'exportplan:pdf-download' %}" title="Save your plan as a PDF">
Expand Down
2 changes: 1 addition & 1 deletion exportplan/templates/exportplan/includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% if not request.user.company.logo %}
<img src="https://via.placeholder.com/200/dfd5c5?text=Company logo" alt="Add a business logo" class="w-1-2">
{% else %}
<img alt="{{ request.user.company.name }}" src="{{ request.user.company.logo }}" class="w-full"/>
<img alt="Your business logo" src="{{ request.user.company.logo }}" class="w-full" />
{% endif %}
</div>
<ul>
Expand Down

0 comments on commit dac444f

Please sign in to comment.