Fix typo and too long lines in soc.logic.models.request module.
Patch by: Pawel Solyga
--- 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