Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'):}}