Removing comment_form link which doesn't do anything?
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 29 Oct 2011 19:11:45 +0000 (14:11 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 29 Oct 2011 19:11:45 +0000 (14:11 -0500)
mediagoblin/templates/mediagoblin/user_pages/media.html

index c4fe3a71ab1e6bf6f085611b4f6cf7c4ca519984..11fa72cf86de52fc47779ac5e178115bf6fcfea9 100644 (file)
         {% endfor %}
 
         {% if request.user %}
-          <a name="comment_form"></a>
           <form action="{{ request.urlgen('mediagoblin.user_pages.media_post_comment', 
                                            user= media.uploader().username,
                                            media=media._id) }}" method="POST">