summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b384362..fc956e5 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 Donor" />
+ <input type="text" name="donation_donor" autofocus onfocus="this.value = 'Anonymous Donor'" />
<input type="submit" class="pure-button pure-button-primary" value="Donate!" />
</div>
</form>