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,7 +70,7 @@
{{ form.hidden_tag() }}
- {{ form.country(class_="form-control input-sm", onchange='this.form.submit()') }} + {{ form.country(class_='form-control input-sm', onchange='this.form.submit()') }}