aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/donations_by_pa.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-17 23:07:59 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-17 23:07:59 +0000
commite724d2cd95c6a305ec60193d3ce28cb1d7a17c17 (patch)
tree454581d9df022be7fcef106fc36df13375b66148 /tmpl/donations_by_pa.html
parent8e224713778885b60eaaeb69263bbf0a80a6b266 (diff)
downloadmgatres-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_by_pa.html')
-rw-r--r--tmpl/donations_by_pa.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/donations_by_pa.html b/tmpl/donations_by_pa.html
index befbc1e..2c6f2ad 100644
--- a/tmpl/donations_by_pa.html
+++ b/tmpl/donations_by_pa.html
@@ -5,7 +5,7 @@
</head>
<body>
<h1>Mageia.Org donations received from [% who %]</h1>
- <h3>Summary</h3>
+ <h2>Summary</h2>
<ul>
<li>
<b>Total</b>: [% donations.by_pa.$pa.total %] Euros
@@ -16,7 +16,7 @@
</li>
[%- END -%]
</ul>
- <h3>Donations list</h3>
+ <h2>Donations list</h2>
<ul>
[%- USE date(format='%Y/%m/%d') -%]
[% FOR don IN donations.by_pa.$pa.donations %]