Skip to content

Commit

Permalink
fix: fava new release change
Browse files Browse the repository at this point in the history
  • Loading branch information
polarmutex committed Sep 17, 2023
1 parent 3718c53 commit 5328f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fava_envelope/templates/EnvelopeBudget.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% if extension.get_currencies() %}
<div class="headerline">
{% for c in extension.get_currencies() %}
<h3><b>{% if not (currency == c) %}<a href="{{ url_for('extension_report', report_name='EnvelopeBudget', month=month,currency=c) }}">Envelope Budget {{ c }}</a>{% else %}Envelope Budget {{ c }}{% endif %}</b></h3>
<h3><b>{% if not (currency == c) %}<a href="{{ url_for('extension_report', extension_name='EnvelopeBudget', month=month,currency=c) }}">Envelope Budget {{ c }}</a>{% else %}Envelope Budget {{ c }}{% endif %}</b></h3>
{% endfor %}
</div>
{% endif %}
Expand All @@ -22,7 +22,7 @@ <h3>{{ title }}</h3>

<div class="headerline">
{% for m in extension.get_budgets_months_available(currency) %}
<h3><b>{% if not (module == m) %}<a href="{{ url_for('extension_report', report_name='EnvelopeBudget', month=m,currency=currency) }}">{{ m }}</a>{% else %} {{ m }}{% endif %}</b></h3>
<h3><b>{% if not (module == m) %}<a href="{{ url_for('extension_report', extension_name='EnvelopeBudget', month=m,currency=currency) }}">{{ m }}</a>{% else %} {{ m }}{% endif %}</b></h3>
{% endfor %}
</div>
<h3>{{ month }}</h3>
Expand Down

0 comments on commit 5328f71

Please sign in to comment.