chore: use most likely fix for custom username property

This commit is contained in:
Nico Rikken
2019-07-16 10:17:26 +02:00
parent 34e44f2eed
commit 11e32588d7
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ class HomeHandler(BaseHandler):
html = self.render_template(
'home.html',
user=user.unicode_escaped_url,
user=user,
url=url,
allow_named_servers=self.allow_named_servers,
named_server_limit_per_user=self.named_server_limit_per_user,