diff options
-rw-r--r-- | mediagoblin/templates/mediagoblin/moderation/report.html | 6 | ||||
-rw-r--r-- | mediagoblin/templates/mediagoblin/moderation/report_panel.html | 9 |
2 files changed, 10 insertions, 5 deletions
diff --git a/mediagoblin/templates/mediagoblin/moderation/report.html b/mediagoblin/templates/mediagoblin/moderation/report.html index 5bff0ffa..6367f409 100644 --- a/mediagoblin/templates/mediagoblin/moderation/report.html +++ b/mediagoblin/templates/mediagoblin/moderation/report.html @@ -105,7 +105,8 @@ <div class="report_author"> <img src="{{ request.staticdirect( '/images/icon_clipboard_alert.png') }}" - alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. + alt="" + title="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.moderation.users_detail', user=report.reporter.username) }}" @@ -142,7 +143,8 @@ </script> {% elif report.is_archived_report() %} <h2><img src="{{ request.staticdirect('/images/icon_clipboard.png') }}" - alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. + alt="" + title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. Distributed by the GNOME project http://www.gnome.org" /> {% trans %}Status{% endtrans %}: </h2> diff --git a/mediagoblin/templates/mediagoblin/moderation/report_panel.html b/mediagoblin/templates/mediagoblin/moderation/report_panel.html index 95b6be80..39ca90f5 100644 --- a/mediagoblin/templates/mediagoblin/moderation/report_panel.html +++ b/mediagoblin/templates/mediagoblin/moderation/report_panel.html @@ -86,7 +86,8 @@ curr_page !=p %} <img src="{{ request.staticdirect( '/images/icon_clipboard_alert.png') }}" - alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. + alt="" + title="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.moderation.reports_detail', @@ -101,7 +102,8 @@ curr_page !=p %} <img src="{{ request.staticdirect( '/images/icon_clipboard_alert.png') }}" - alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. + alt="" + title="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.moderation.reports_detail', @@ -178,7 +180,8 @@ curr_page !=p %} <td> <img src="{{ request.staticdirect('/images/icon_clipboard.png') }}" - alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. + alt="" + title="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.moderation.reports_detail', report_id=report.id) }}"> |