summaryrefslogtreecommitdiff
path: root/talerdonations/donations/templates/index.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-22 14:05:11 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-22 14:05:11 +0100
commit717fc3dfeee7df43c1247bdd7dcedccfac2d273c (patch)
treeea6a088cc59267759b2a114c586146902563e5c6 /talerdonations/donations/templates/index.html
parentc4130cfbd924ce4f75d23a7af34438459f10f4f6 (diff)
downloaddonations-717fc3dfeee7df43c1247bdd7dcedccfac2d273c.tar.gz
donations-717fc3dfeee7df43c1247bdd7dcedccfac2d273c.tar.bz2
donations-717fc3dfeee7df43c1247bdd7dcedccfac2d273c.zip
mention donor name in receipt
Diffstat (limited to 'talerdonations/donations/templates/index.html')
-rw-r--r--talerdonations/donations/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/talerdonations/donations/templates/index.html b/talerdonations/donations/templates/index.html
index c9b08f1..a462dc3 100644
--- a/talerdonations/donations/templates/index.html
+++ b/talerdonations/donations/templates/index.html
@@ -39,7 +39,7 @@ You are paying with an imaginary currency ({{ merchant_currency }}).
<option value="{{ merchant_currency }}:6">5 {{ merchant_currency }}</option>
<option value="{{ merchant_currency }}:10">10 {{ merchant_currency }}</option>
</select>
- <input type="text" name="donation_donor" value="Anonymous" />
+ <input type="text" name="donation_donor" value="Anonymous Donor" />
<input type="submit" class="pure-button pure-button-primary" value="Donate!" />
</div>
</form>