Only show "post a comment" link if comments already exist
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 14 Nov 2011 02:39:42 +0000 (20:39 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 14 Nov 2011 02:39:42 +0000 (20:39 -0600)
The purpose of the link is to help you jump past comments to the
comment box, and so...

Even with this new conditional, I'm not entirely sure I like that link ;)

mediagoblin/templates/mediagoblin/user_pages/media.html

index 2441ec1b972f9d3d685ffb65915ce278aeea8503..1e495b98f517433460f967c2478aa3f85ac6e3e6 100644 (file)
@@ -62,7 +62,7 @@
         {%- endtrans %}
       </p>
       <h3></h3>
-      {% if request.user %}
+      {% if request.user and comments.count() %}
         <p><a href="#comment_form">{% trans %}Post a comment{% endtrans %}</a></p>
       {% endif %}
       {% if comments %}