static-cp-fix
Drew DeVault 7 years ago
parent f3de9c3b4e
commit 70786e0b80
  1. 2
      templates/goal.html

@ -10,6 +10,8 @@
{% if goal < total_sum %}
{# Make the graph still make sense if we exceeded the goal #}
{% set adjusted_goal = total_sum %}
{% else %}
{% set adjusted_goal = goal %}
{% endif %}
{% set recurring_progress = recurring_sum / adjusted_goal %}

Loading…
Cancel
Save