diff options
author | tilly-Q <nattilypigeonfowl@gmail.com> | 2013-07-08 14:31:28 -0400 |
---|---|---|
committer | tilly-Q <nattilypigeonfowl@gmail.com> | 2013-07-08 14:31:28 -0400 |
commit | 650a0aa90dacd97286a081b0b7c11abb04ba8767 (patch) | |
tree | ee4a89d2c41162f4b5872ebba7a14bdd44685f98 | |
parent | 3ce0c6113eee9d291a8cba7d398a3d3114792cc9 (diff) | |
download | mediagoblin-650a0aa90dacd97286a081b0b7c11abb04ba8767.tar.lz mediagoblin-650a0aa90dacd97286a081b0b7c11abb04ba8767.tar.xz mediagoblin-650a0aa90dacd97286a081b0b7c11abb04ba8767.zip |
I just added the attribution for the clipboard image to the code.
-rw-r--r-- | mediagoblin/templates/mediagoblin/admin/report.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/admin/report.html b/mediagoblin/templates/mediagoblin/admin/report.html index 2e802198..ef90df40 100644 --- a/mediagoblin/templates/mediagoblin/admin/report.html +++ b/mediagoblin/templates/mediagoblin/admin/report.html @@ -66,7 +66,8 @@ <div id="report-{{ report.id }}" class="report_wrapper"> <div class="report_author"> - <img src="{{ request.staticdirect('/images/icon_clipboard.png') }}" /> + <img src="{{ request.staticdirect('/images/icon_clipboard.png') }}" + alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. Distributed by the GNOME project http://www.gnome.org" /> <a href="{{ request.urlgen('mediagoblin.admin.users_detail', user=report.reporter.username) }}" class="report_authorlink"> |