linktool redirector URL fix.
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 16 Jul 2010 19:56:52 +0000 (19:56 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 16 Jul 2010 19:56:52 +0000 (19:56 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@929 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/integration/linktool/app.py

index 3cf9601..6d00fe1 100644 (file)
@@ -9,6 +9,6 @@ def linktool_welcome(request):
     else:
         login(request, user)
         request.session['clew-site'] = request.GET['site']
-        return HttpResponse("""<html><head/><body onload="top.location='/%s';">"""
-                            """Redirecting to the library system...</body></html>""" % (
+        return HttpResponse("""<html><head/><body onload="top.location='%s';">"""
+                            """Redirecting to the library reserves system...</body></html>""" % (
                 request.META['SCRIPT_NAME']))