redstreet / fava_investor

Comprehensive set of reports, analyses, and tools for investments, for Beancount and Fava (plain text, double entry accounting software). Includes Fava plugins, command line tools, and libraries for each module.
GNU General Public License v3.0
135 stars 19 forks source link

Use `url_for` instead of `url_for_current` #62

Closed aclindsa closed 3 years ago

aclindsa commented 3 years ago

url_for_current has been removed in upstream fava, and url_for is compatible both with future versions of fava and with older versions.

Closes https://github.com/redstreet/fava_investor/issues/59