Changeset 4254

Show
Ignore:
Timestamp:
11/12/07 03:12:49 (1 year ago)
Author:
ionrock
Message:

tweaking the complete base_url

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Scripts/openid/gateway/openidgateway/__init__.py

    r4253 r4254  
    120120        set_template(environ, 'login.xslt') 
    121121        # params = {'base_uri': self.base_url} 
    122         params = {'base_uri': 'http://dev.amp.fm'} 
     122        params = {'base_uri': 'http://dev.amp.fm/'} 
    123123 
    124124        headers = [('Content-Type', 'application/xml')] 
     
    165165               onclick="if (this.value == 'Authenticate w/ OpenID') this.value = ''; return true;" 
    166166               onblur="if (this.value == '') this.value = 'Authenticate w/ OpenID'; return true;" /> 
    167         <input type="hidden" name="return_location" value="http://dev.amp.fm" /> 
     167        <input type="hidden" name="return_location" value="http://dev.amp.fm/" /> 
    168168        <input id="openid-submit" class="single-input-submit" type="submit" value="Login" /> 
    169169        </form>''' % self.base_url