app/soc/views/user/profile.py
changeset 391 849aa913e9c8
parent 389 9b873166d7d5
child 408 7cd6bdfbf95c
--- a/app/soc/views/user/profile.py	Sun Oct 19 16:17:32 2008 +0000
+++ b/app/soc/views/user/profile.py	Sun Oct 19 17:33:44 2008 +0000
@@ -107,10 +107,10 @@
     # not logged in, and no link name, so request that the user sign in 
     return simple.requestLogin(request, page, template, context,
         # TODO(tlarsen): /user/profile could be a link to a help page instead
-        login_message_fmt=ugettext_lazy('To create a new'
-                          ' <a href="/user/profile">User Profile</a>'
-                          ' or modify an existing one, you must first'
-                          ' <a href="%(sign_in)s">sign in</a>.'))
+        login_message_fmt=ugettext_lazy(
+            'To create a new <a href="/user/profile">User Profile</a>'
+            ' or modify an existing one, you must first'
+            ' <a href="%(sign_in)s">sign in</a>.'))
 
   if (not id) and link_name:
     # not logged in, so show read-only public profile for link_name user