Skip to content

Commit bbed966

Browse files
Merge pull request #447 from DemocracyLab/Remove_Copyright_FromEmails_Nathan
removes copyright from emails template and add creative commons verbiage
2 parents e829edd + c5b6709 commit bbed966

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

democracylab/templates/emails/html_email_frame.html

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,29 @@
120120
padding-top: 20px;
121121
padding-bottom: 20px;
122122
color: #999999;
123-
font-family: sans-serif;" class="footer">
124-
125-
Copyright © 2019 DemocracyLab. All Rights Reserved.
126-
</td>
127-
</tr>
123+
font-family: sans-serif;" class="footer"
124+
>
125+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
126+
<img
127+
alt="Creative Commons License"
128+
style="border-width:0"
129+
src="https://i.creativecommons.org/l/by/4.0/88x31.png"
130+
/>
131+
</a>
132+
<br />This work by
133+
<a
134+
xmlns:cc="http://creativecommons.org/ns#"
135+
href="https://www.democracylab.org/"
136+
property="cc:attributionName"
137+
rel="cc:attributionURL"
138+
>
139+
https://www.democracylab.org/
140+
</a>is licensed under a
141+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
142+
Creative Commons Attribution 4.0 International License.
143+
</a>
144+
</td>
145+
</tr>
128146

129147
<!-- End of WRAPPER -->
130148
</table>

0 commit comments

Comments
 (0)