From 5c878b05d11cd77f84e8ef1f589a2f1fea45c186 Mon Sep 17 00:00:00 2001 From: Kasper Brandt Date: Mon, 9 Mar 2015 14:09:30 +0100 Subject: [PATCH] [#1265] Added currency prefix to 'Amount' in donate form --- akvo/templates/donate/donate_step2.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/akvo/templates/donate/donate_step2.html b/akvo/templates/donate/donate_step2.html index 714e599706..105d4f4af9 100644 --- a/akvo/templates/donate/donate_step2.html +++ b/akvo/templates/donate/donate_step2.html @@ -24,8 +24,16 @@

{% trans 'Donation details' %}

{% bootstrap_form_errors donate_form type='non_fields' %} - + {% comment %} {% bootstrap_field donate_form.amount %} + {% endcomment %} +
+ +
+ {{project.get_currency_display|safe}} + +
+

{% blocktrans with project.get_currency_display|safe as currency %}The amount is in {{currency}} and should be whole numbers without decimals or commas.{% endblocktrans %}