diff options
author | luxagraf <sng@luxagraf.net> | 2015-11-21 03:22:17 +0000 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2015-11-21 03:22:17 +0000 |
commit | 0f61d46bd9185100a48328de5a3246442a363aa9 (patch) | |
tree | b04a35b7e3556d63c975612c9530ab3083660a02 /design/templates/admin/income_month.html | |
parent | b92b326fbc5de8d668282e49c7277aeb97b50237 (diff) |
fixed typo in template
Diffstat (limited to 'design/templates/admin/income_month.html')
-rw-r--r-- | design/templates/admin/income_month.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/admin/income_month.html b/design/templates/admin/income_month.html index 8d2d3fe..c1dccbc 100644 --- a/design/templates/admin/income_month.html +++ b/design/templates/admin/income_month.html @@ -142,7 +142,7 @@ </table> </div> -<h2>{% trans "" %} {% with total_outstanding.total_payment|add:"-2000" as underover %}{% if underover > 0 %}${{underover}} more that budget{%else%}Need to generate another ${{underover|cut:"-"}} to cover expenses{%endif%}{%endwith%}</h2> +<h2>{% trans "" %} {% with total_outstanding.total_payment|add:"-2000" as underover %}{% if underover > 0 %}${{underover}} more than budget{%else%}Need to generate another ${{underover|cut:"-"}} to cover expenses{%endif%}{%endwith%}</h2> </div> |