[extensions-web] Fix user link on comments



commit b4c54c0eb136b21d99f76c8455cd7509816366db
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Nov 23 15:22:37 2011 -0500

    Fix user link on comments

 .../extensions/templates/extensions/comments.html  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/comments.html b/sweettooth/extensions/templates/extensions/comments.html
index cacc5ec..1ab87cb 100644
--- a/sweettooth/extensions/templates/extensions/comments.html
+++ b/sweettooth/extensions/templates/extensions/comments.html
@@ -11,7 +11,7 @@
       <div class="rating">
         {% rating comment.rating 5 %}
       </div> by
-      <a class="comment-author" href="{% url auth-profile user=comment.user.username %}">{{ comment.user }}</span>
+      <a class="comment-author" href="{% url auth-profile user=comment.user.username %}">{{ comment.user }}</a>
     </div>
     <p>{{ comment.comment }}</p>
     <abbr class="timestamp" title="{{ comment.submit_date|date:"c" }}">{{ comment.submit_date|date:"F j, Y" }}</abbr>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]