Adjust license text; bug 622709

This commit is contained in:
Wil Clouser 2011-01-05 22:26:41 -08:00
Родитель fd133ac25a
Коммит d37d5a8fb0
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -795,10 +795,7 @@ def submit(request, step):
agrmt = os.path.join(base,
'en_US', 'pages', 'docs', 'policies', 'agreement.thtml')
f = codecs.open(agrmt, encoding='utf8')
# The %1$s is a placeholder in the template shared by Remora.
# There is currently only one of them.
agreement_text = f.read().replace(u'%1$s',
remora_url('/pages/developer_faq'), 1)
agreement_text = f.read()
f.close()
return jingo.render(request, 'devhub/addons/submit/start.html',