HTML: remove elements for comment button style change
authorJef van Schendel <mail@jefvanschendel.nl>
Sun, 1 Apr 2012 15:11:57 +0000 (17:11 +0200)
committerJef van Schendel <mail@jefvanschendel.nl>
Sun, 1 Apr 2012 15:11:57 +0000 (17:11 +0200)
mediagoblin/templates/mediagoblin/user_pages/media.html

index 70a367f945e634832bbff08749da06593479eff0..5a76d3ec1953e2004e321f066fdea25b403a701f 100644 (file)
       </p>
     {% endif %}
     {% if comments %}
-      <h3>
-        <div class="right_align">
           <a
             {% if not request.user %}
               href="{{ request.urlgen('mediagoblin.auth.login') }}"
             class="button_action" id="button_addcomment" title="Add a comment">
             {% trans %}Add a comment{% endtrans %}
           </a>
-        </div>
-      </h3>
       {% if request.user %}
         <form action="{{ request.urlgen('mediagoblin.user_pages.media_post_comment', 
                                          user= media.get_uploader.username,