diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-17 23:07:59 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-17 23:07:59 +0000 |
commit | e724d2cd95c6a305ec60193d3ce28cb1d7a17c17 (patch) | |
tree | 454581d9df022be7fcef106fc36df13375b66148 /tmpl/donations.html | |
parent | 8e224713778885b60eaaeb69263bbf0a80a6b266 (diff) | |
download | mgatres-e724d2cd95c6a305ec60193d3ce28cb1d7a17c17.tar mgatres-e724d2cd95c6a305ec60193d3ce28cb1d7a17c17.tar.gz mgatres-e724d2cd95c6a305ec60193d3ce28cb1d7a17c17.tar.bz2 mgatres-e724d2cd95c6a305ec60193d3ce28cb1d7a17c17.tar.xz mgatres-e724d2cd95c6a305ec60193d3ce28cb1d7a17c17.zip |
tmpl/*.html: s/h3/h2/
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8326 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/donations.html')
-rw-r--r-- | tmpl/donations.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/donations.html b/tmpl/donations.html index 435b95d..cca3ece 100644 --- a/tmpl/donations.html +++ b/tmpl/donations.html @@ -10,7 +10,7 @@ [% donations.total_30 %] Euros have been donated to Mageia.org in the last 30 days. [%- l = 10 -%] - <h3>Last [% l %] donations <a href="donations.rss"><img src="http://static.mageia.org/g/images/smi/feed-16x16.png" alt="RSS feed" /></a></h3> + <h2>Last [% l %] donations <a href="donations.rss"><img src="http://static.mageia.org/g/images/smi/feed-16x16.png" alt="RSS feed" /></a></h2> <ul> [%- i=0 -%] [%- FOR don IN donations.donations.sort('date').reverse -%] @@ -20,7 +20,7 @@ [%- END -%] </ul> - <h3>Donations per year</h3> + <h2>Donations per year</h2> <canvas id="donations_history_bar_chart" height="250" width="[% 80 + donations.by_year.keys.size * 65 %]"></canvas> |