Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Boisture <jboisture@jboisture-laptop.(none)>2010-08-04 15:56:08 (GMT)
committer James Boisture <jboisture@jboisture-laptop.(none)>2010-08-04 15:56:08 (GMT)
commit05afcce6fa8aa0c9fa4972d7f14a38976a4d4434 (patch)
tree82f06b5e8d5587b071c865de7ec55485c0f7d821
parent09e3eea7a72e9e2300b639f0356100c7b83b5dfb (diff)
fixed the links to a commenters profile in the comment section.
-rw-r--r--views/default/image.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/image.html b/views/default/image.html
index 223ed4d..e8e2551 100644
--- a/views/default/image.html
+++ b/views/default/image.html
@@ -27,7 +27,7 @@
<p>views: {{=image.views}}</p>
<h2>Comments</h2>
{{for comment in comments:}}
- <a href={{= "profile?user=" +str(comment.author)}}>{{=comment.author}} </a>
+ <a href={{= "profile?profile=" +str(comment.author)}}>{{=comment.author}} </a>
{{=": " + comment.body}}
{{if auth.is_logged_in():}}
{{if image.creator == auth.user.username or auth.has_membership('admin'):}}