diff --git a/ennstatus/templates/donate/index.html b/ennstatus/templates/donate/index.html --- a/ennstatus/templates/donate/index.html +++ b/ennstatus/templates/donate/index.html @@ -70,8 +70,8 @@
{{ form.hidden_tag() }}
- {{ form.country(class_="form-control input-sm") }} - + {{ form.country(class_="form-control input-sm", onchange='this.form.submit()') }} +