load flattr button using the same URL scheme as portfolio

This commit is contained in:
Jan Dittberner 2013-01-05 14:23:18 +01:00
parent 84f8df803a
commit b0be4b6a69
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ License along with this program. If not, see
<h1>${_('Debian Member Portfolio Service')}</h1>
<p>${h.literal(_('''This service has been inspired by Stefano Zacchiroli's <a href="http://wiki.debian.org/DDPortfolio">DDPortfolio page in the Debian Wiki</a>. You can create a set of customized links leading to a Debian Member's or package maintainer's information regarding Debian.'''))}</p>
<p><script type="text/javascript">
var flattr_url = 'http://portfolio.debian.net/';
var flattr_url = '${request.scheme}://portfolio.debian.net/';
var flattr_btn='compact';
</script>
<script src="http://api.flattr.com/button/load.js" type="text/javascript"></script></p>