]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/notifications/newmember.html
Improving the canned comments feature, now we can use Django style template syntax...
[osqa.git] / forum / skins / default / templates / notifications / newmember.html
index 5de2f294319bc744e452c8229ea88e7c03e271f5..aa5d5ec2bf949f6d5e5e35bdaf7b911c42fbab84 100644 (file)
@@ -8,7 +8,7 @@
     newmember_name = smart_str(newmember.username)
     safe_newmember_name = html.mark_safe(smart_str(newmember.username))
     newmember_url = smart_str(newmember.get_profile_url())
-    newmember_link = html.objlink(smart_str(newmember), style=settings.EMAIL_ANCHOR_STYLE)
+    newmember_link = html.objlink(newmember, style=settings.EMAIL_ANCHOR_STYLE)
 {% enddeclare %}
 
 {% email %}