Fix typo and too long lines in soc.logic.models.request module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 30 Nov 2008 17:35:48 +0000
changeset 631 3763d36bcebc
parent 630 0ac985fd8efa
child 632 1f20cfb91e11
Fix typo and too long lines in soc.logic.models.request module. Patch by: Pawel Solyga
app/soc/logic/models/request.py
--- a/app/soc/logic/models/request.py	Sun Nov 30 17:35:05 2008 +0000
+++ b/app/soc/logic/models/request.py	Sun Nov 30 17:35:48 2008 +0000
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-"""Host (Model) query functions.
+"""Request (Model) query functions.
 """
 
 __authors__ = [
@@ -99,9 +99,8 @@
 
     # create the invitation_url
     invitation_url = "%(host)s%(index)s" % {
-                          'host' : os.environ['HTTP_HOST'], 
-                          'index': redirects.inviteAcceptedRedirect(entity, None)
-                          }
+        'host' : os.environ['HTTP_HOST'], 
+        'index': redirects.inviteAcceptedRedirect(entity, None)}
 
     # get the group entity
     group_entity = entity.scope