From d2fad5c9c3d6795cd5fccc0664207810bd0cfc7e Mon Sep 17 00:00:00 2001 From: Elrond Date: Thu, 13 Dec 2012 21:07:16 +0100 Subject: Make "add media to collection" a normal This button used to be a css style (note: No contents for the ). Using this approach has various drawbacks. Most notably: - Not clickable in text mode browsers - Possibly getting marked as a hidden (spam) link - No alt attribute So replaced with a real . I have no idea what to put in the alt attribute. --- mediagoblin/templates/mediagoblin/user_pages/media.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mediagoblin/templates') diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index 8c2a618d..cb06c7ba 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -198,8 +198,10 @@ +

{% endif %} -- cgit v1.2.3