diff options
Diffstat (limited to 'tmpl/index.html')
-rw-r--r-- | tmpl/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tmpl/index.html b/tmpl/index.html index af713fa..f5976d1 100644 --- a/tmpl/index.html +++ b/tmpl/index.html @@ -44,6 +44,14 @@ [%- END -%] </ul> + <h3>Accounts history</h3> + + <ul> + [%- FOR year IN transactions.by_year.keys.sort.reverse -%] + <li><a href="y_[% year %].html">[%- year -%]</a></li> + [%- END -%] + </ul> + <h3>Grisbi</h3> <p> Mageia.Org accounts are managed using <a href="http://grisbi.org/">grisbi</a>. |