Mercurial > p > roundup > code
comparison website/www/_templates/layout.html @ 6164:a9fcb4b0bad9
Change image url for sourceforge to use https.
Makes chrome now report page is secure. It was a mix of http and https
content and thus not secure.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 13 May 2020 00:50:36 -0400 |
| parents | c2fd254c9257 |
| children | 6523edf235d4 |
comparison
equal
deleted
inserted
replaced
| 6163:c2fd254c9257 | 6164:a9fcb4b0bad9 |
|---|---|
| 112 </div> | 112 </div> |
| 113 <div> | 113 <div> |
| 114 {%- if last_updated %} | 114 {%- if last_updated %} |
| 115 {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %} | 115 {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %} |
| 116 {%- endif %} | 116 {%- endif %} |
| 117 <span>Hosted by <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=31577&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a></span> | 117 <span>Hosted by <a href="https://sourceforge.net"><img src="https://sflogo.sourceforge.net/sflogo.php?group_id=31577&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a></span> |
| 118 </div> | 118 </div> |
| 119 </div> | 119 </div> |
| 120 {%- endblock %} | 120 {%- endblock %} |
| 121 </body> | 121 </body> |
| 122 </html> | 122 </html> |
