Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Convert donate page
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 22, 2015
1 parent 150487e commit 45c4705
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
4 changes: 0 additions & 4 deletions pmaweb/templates/_conservancy.html
@@ -1,5 +1,3 @@
<html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">

<p>
phpMyAdmin is a member project of <a href="https://sfconservancy.org/">Software
Freedom Conservancy</a>. Conservancy is
Expand All @@ -8,5 +6,3 @@
incorporated in New York, donors can often deduct the donation on their USA
taxes.
</p>

</html>
13 changes: 5 additions & 8 deletions pmaweb/templates/donate.html
@@ -1,11 +1,10 @@
<html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
{% extends 'base.html' %}
{% load staticfiles %}

<py:def function="page_title">Donations</py:def>

<div py:match="content" id="body">
{% block content %}
<h2>Donations</h2>

<xi:include href="_conservancy.tpl" />
{% include "_conservancy.html" %}

<p>
As a free software project, phpMyAdmin has almost no revenues itself. On the
Expand Down Expand Up @@ -76,7 +75,5 @@ <h2>Sponsorship</h2>

<p>If you want to sponsor phpMyAdmin in a recurring way, please check our
<a href="${base_url}sponsors.${file_ext}">sponsorship page</a>.</p>
</div>

<xi:include href="_page.tpl" />
</html>
{% endblock %}

0 comments on commit 45c4705

Please sign in to comment.