From 0f61d46bd9185100a48328de5a3246442a363aa9 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 21 Nov 2015 03:22:17 +0000 Subject: fixed typo in template --- design/templates/admin/income_month.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -

{% 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%}

+

{% 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%}

-- cgit v1.2.3