[extensions-web] Fix user link on comments
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] Fix user link on comments
- Date: Wed, 23 Nov 2011 20:22:43 +0000 (UTC)
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]