aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/reports/index.php
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2022-04-07 21:01:46 +0300
committerThomas Backlund <tmb@mageia.org>2022-04-07 21:01:46 +0300
commit86ab0c71cbef7e871f14f76d80396f9e633b6aef (patch)
tree76521d74bc2dfaa39959385f400b4e84ee657995 /en/about/reports/index.php
parentc11e4032d97ba1580bf6a470cc83079d2d3372d1 (diff)
downloadwww-86ab0c71cbef7e871f14f76d80396f9e633b6aef.tar
www-86ab0c71cbef7e871f14f76d80396f9e633b6aef.tar.gz
www-86ab0c71cbef7e871f14f76d80396f9e633b6aef.tar.bz2
www-86ab0c71cbef7e871f14f76d80396f9e633b6aef.tar.xz
www-86ab0c71cbef7e871f14f76d80396f9e633b6aef.zip
2020 updated, 2021 in progress
Diffstat (limited to 'en/about/reports/index.php')
-rw-r--r--en/about/reports/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/en/about/reports/index.php b/en/about/reports/index.php
index 695e57f13..a3c9f7a22 100644
--- a/en/about/reports/index.php
+++ b/en/about/reports/index.php
@@ -26,7 +26,8 @@ $rtl = is_locale_rtl($locale);
<p><?php _g('Here you will find our various activity and financial reports for every year.')?></p>
<ul>
- <li>2020: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2020.html">', ' ' . _r('(in progress)')));?></li>
+ <li>2021: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2021.html">', ' ' . _r('(in progress)')));?></li>
+ <li>2020: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2020.html">', ''));?></li>
<li>2019: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2019.html">', ''));?></li>
<li>2018: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2018.html">', ''));?></li>
<li>2017: <?php _g('%sFinancial report</a>%s.', array('<a href="https://treasurer.mageia.org/y_2017.html">', ''));?></li>