summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-06-14 17:48:46 +0200
committerLeif Johansson <leifj@sunet.se>2011-06-14 17:48:46 +0200
commitdecf6dbcef0ef06b47b645020eb4ec3007eee615 (patch)
tree00723912f4619aa27bbe5ed64ed0bb705b7b9ee5
parent961244d3cf5c6990ef0052ec4c6b0b51123e2021 (diff)
fix url render bug
-rw-r--r--templates/apps/userprofile/home.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/apps/userprofile/home.html b/templates/apps/userprofile/home.html
index 3ac26b6..7c875f3 100644
--- a/templates/apps/userprofile/home.html
+++ b/templates/apps/userprofile/home.html
@@ -40,7 +40,6 @@
{% endif %}
</ul>
</div>
- <!-- div class="clear"></div-->
</div>
</div>
{% empty %}
@@ -55,7 +54,7 @@
<div id="n{{n.id}}">
<h3 class="listheader">{{n.shortname}}</h3>
<div>
- <a href="/name/{{n.url}}">{{n.shortname}}</a> was created by {{n.creator|userdisplay}} {{n.timecreated|datehumanize}} and has {{n.memberships|length}} member{{n.memberships|pluralize}}.
+ <a href="{{n.url}}">{{n.shortname}}</a> was created by {{n.creator|userdisplay}} {{n.timecreated|datehumanize}} and has {{n.memberships|length}} member{{n.memberships|pluralize}}.
</div>
</div>
{% empty %}