Remove flattr code

This commit is contained in:
Jan Dittberner 2022-09-24 14:17:38 +02:00
parent fe0a8c7851
commit 50b3cdb8ac
2 changed files with 1 additions and 4 deletions

View file

@ -2,6 +2,7 @@ unreleased Jan Dittberner <jan@dittberner.info>
* add updated translations from Weblate
* update dependencies
* replace gpg and pgp with OpenPGP (thanks Guillem Jover)
* remove flattr code
2021-10-24 Jan Dittberner <jan@dittberner.info>
* add updated translations from Weblate

View file

@ -40,9 +40,5 @@ with this program. If not, see <https://www.gnu.org/licenses/>.
<p>{% trans browseurl='https://git.dittberner.info/jan/debianmemberportfolio', cloneurl='https://git.dittberner.info/jan/debianmemberportfolio.git', weblateurl='https://hosted.weblate.org/projects/debian-member-portfolio-service/' %}The service is available under the terms of the <a href="https://www.gnu.org/licenses/agpl.html">GNU Affero General Public License</a> as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. You can <a href="{{ browseurl }}" title="Gitweb repository browser URL">browse the source code</a> or clone it from <a href="{{ cloneurl }}" title="git clone URL">{{ cloneurl }}</a> using <a href="https://git-scm.com/">git</a>. If you want to translate this service to your language you can contribute at <a href="{{ weblateurl }}" title="Debian Member Portfolio Service at Weblate">Weblate</a>.{% endtrans %}</p>
<p>{{ _('Copyright © 2009-2022 Jan Dittberner') }}</p>
</div>
<script type="text/javascript">
var flattr_url = '{{ request.scheme }}://portfolio.debian.net/';
</script>
<script src="{{ request.scheme }}://api.flattr.com/js/0.6/load.js?mode=auto&amp;button=compact" type="text/javascript"></script>
</body>
</html>