mirror of
https://github.com/ansible/awx.git
synced 2026-02-05 09:45:21 +01:00
Add alt text for awx logo
* https://sonarcloud.io/project/issues?open=AZDmRbYR2PiUXMD3dYo6&id=ansible_awx
This commit is contained in:
committed by
Chris Meyers
parent
a6afec6ebb
commit
2622e9d295
@@ -18,7 +18,7 @@ div.response-info span.meta {
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<a class="navbar-brand" href="/">
|
||||
<img class="logo" src="{% static 'media/logo-header.svg' %}">
|
||||
<img class="logo" src="{% static 'media/logo-header.svg' %}" alt="AWX">
|
||||
</a>
|
||||
<a class="navbar-title" href="{{ request.get_full_path }}">
|
||||
<span> — {{name}}</span>
|
||||
|
||||
Reference in New Issue
Block a user