Grr, typo.

This commit is contained in:
Ricky Zhou (周家杰) 2008-03-09 21:08:37 -04:00
parent b75d949500
commit ffe51a0b89
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ tg.strict_parameters = True
server.webpath='/accounts' server.webpath='/accounts'
base_url_filter.on = True base_url_filter.on = True
base_url_filter.use_x_forwarded_host = True base_url_filter.use_x_forwarded_host = True
base_url_filter.base_url = "http://localhost/accounts" base_url_filter.base_url = "http://localhost:8088/accounts"
# Make the session cookie only return to the host over an SSL link # Make the session cookie only return to the host over an SSL link
# Disabled for testing. # Disabled for testing.

View file

@ -93,7 +93,7 @@
<!-- This section includes all action items --> <!-- This section includes all action items -->
<td py:if="can_sponsor"> <td py:if="can_sponsor">
<ul class="actions"> <ul class="actions">
<li py:if="role.status == 'unapproved'"> <li py:if="role.role_status == 'unapproved'">
<py:if test="group.needs_sponsor"> <py:if test="group.needs_sponsor">
<a href="${tg.url('/group/sponsor/%s/%s' % (group.name, role.member.username))}">${_('Sponsor')}</a> <a href="${tg.url('/group/sponsor/%s/%s' % (group.name, role.member.username))}">${_('Sponsor')}</a>
<script type="text/javascript">var hb1 = new HelpBalloon({dataURL: '${tg.url('/help/get_help/group_sponsor')}'});</script> <script type="text/javascript">var hb1 = new HelpBalloon({dataURL: '${tg.url('/help/get_help/group_sponsor')}'});</script>