Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
techcultivation
taler-donate
Commits
8891b73a
Unverified
Commit
8891b73a
authored
Dec 23, 2019
by
Christian Grothoff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid onclick need
parent
4cd1758f
Pipeline
#1085
failed with stages
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
talerdonations/donations/templates/index.html
talerdonations/donations/templates/index.html
+1
-1
No files found.
talerdonations/donations/templates/index.html
View file @
8891b73a
...
...
@@ -24,7 +24,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"
autofocus
onfocus=
"this.
value
= '
Anonymous Donor
'
"
/>
<input
type=
"text"
name=
"donation_donor"
value
=
"
Anonymous Donor"
/>
<input
type=
"submit"
class=
"pure-button pure-button-primary"
value=
"Donate!"
/>
</div>
</form>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment