Removing comment_form link which doesn't do anything?

This commit is contained in:
Christopher Allan Webber 2011-10-29 14:11:45 -05:00
parent 18909d5994
commit 6f73c51e3c

View File

@ -101,7 +101,6 @@
{% 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">