File tree 2 files changed +7
-1
lines changed
python_env/src/cc.engine/cc/engine/templates
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,13 @@ <h3>{% trans %}Creative Commons has <a href="http://creativecommons.org/retiredl
67
67
68
68
{% if license.license_code in ('by', 'by-sa') %}
69
69
< div id ="libre " class ="col-sm-2 ">
70
- < a href ="http://freedomdefined.org/ ">
70
+ < a href ="http://freedomdefined.org/ " class =" screen-only " >
71
71
< img src ="/images/deed/FreeCulturalWorks_seal_x2.jpg " style ="border: 0 "
72
72
alt ="{% trans %}This license is acceptable for Free Cultural Works.{% endtrans %} " />
73
73
</ a >
74
+ < a href ="http://freedomdefined.org/ " class ="print-only ">
75
+ < img src ="/images/deed/seal.png " style ="border: 0 " alt ="" />
76
+ </ a >
74
77
</ div >
75
78
{% endif %}
76
79
</ div >
Original file line number Diff line number Diff line change 71
71
< main id ="main " class ="site-main container " role ="main ">
72
72
< div id ="deed " class ="row " dir ="{{ get_ltr_rtl }} " style ="{{ is_rtl_align }} ">
73
73
< div id ="deed-head " class ="row ">
74
+ < div class ="print-only icon cc-logo-print ">
75
+ < img alt ="cc logo " src ="/images/deed/cc-logo.jpg ">
76
+ </ div >
74
77
< div id ="cc-link ">
75
78
< a rel ="dc:creator dct:creator " href ="/ ">
76
79
< span property ="dc:title dct:title "> Creative Commons</ span >
You can’t perform that action at this time.
0 commit comments