File tree Expand file tree Collapse file tree
defectDojo-engagement-survey Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 {% block add_css %}
8282 {% endblock %}
8383 < link rel ="stylesheet " href ="{% static "jquery-ui /dist/themes/flick/jquery-ui.min.css" %}">
84- < link rel ="shortcut icon " href ="{% static "dojo /img/favicon.ico " %}"/>
84+ < link rel ="shortcut icon " type =" image/png " href ="{% static "dojo /img/favicon.png " %}"/>
8585 < link rel ="stylesheet " href ="{% static "chosen-bootstrap /chosen.bootstrap.min.css" %}">
8686 < link rel ="stylesheet " href ="{% static "fullcalendar /dist/fullcalendar.min.css" %}">
8787 {% block dojo_css %}
111111 </ button >
112112 < a class ="navbar-brand " href ="{% url 'home' %} ">
113113 {% block header_logo %}
114- < img src ="{% static "dojo /img/logo.png" %}" alt="DefectDojo Logo " width ="240 "/>
114+ < div style ="padding: 10px; ">
115+ < img src ="{% static "dojo /img/logo.png" %}" alt="DefectDojo Logo " width ="240 "/>
116+ </ div >
115117 {% endblock %}
116118 </ a >
117119
Original file line number Diff line number Diff line change 2929 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
3030 <![endif]-->
3131 < link rel ="stylesheet " href ="{{ STATIC_URL }}jquery-ui/dist/themes/base/jquery-ui.min.css ">
32- < link rel ="shortcut icon " href ="{{ STATIC_URL }}dojo/img/favicon.ico "/>
32+ < link rel ="shortcut icon " href ="{{ STATIC_URL }}dojo/img/favicon.png "/>
3333 < link rel ="stylesheet " href ="{{ STATIC_URL }}fullcalendar/dist/fullcalendar.min.css ">
3434 < link rel ="stylesheet " href ="{{ STATIC_URL }}dojo/css/dojo.css ">
3535</ head >
Original file line number Diff line number Diff line change 2929 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
3030 <![endif]-->
3131 < link rel ="stylesheet " href ="{% static "jquery-ui /dist/themes/base/jquery-ui.min.css" %}">
32- < link rel ="shortcut icon " href ="{% static "dojo /img/favicon.ico " %}"/>
32+ < link rel ="shortcut icon " href ="{% static "dojo /img/favicon.png " %}"/>
3333 < link rel ="stylesheet " href ="{% static "fullcalendar /dist/fullcalendar.min.css" %}">
3434 < link rel ="stylesheet " href ="{% static "chosen-bootstrap /chosen.bootstrap.min.css" %}">
3535 < link rel ="stylesheet " href ="{% static "dojo /css/dojo.css" %}">
Original file line number Diff line number Diff line change 66 < div class ="page-cover-spacer "> </ div >
77 < div class ="text-center page-cover ">
88 < p >
9- < img src ="{% static "dojo /img/logo.png" %}"/>
9+ < img src ="{% static "dojo /img/logo.png" %}" alt=" DefectDojo Logo " width =" 240 " />
1010 </ p >
1111
1212 < h1 > {{ report_title }}</ h1 >
You can’t perform that action at this time.
0 commit comments