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 @@ -68,9 +68,9 @@
{{ form.hidden_tag() }}
- {{ form.country(_class="form-class") }} + {{ form.country(class_="form-control input-sm") }} +
-
diff --git a/ennstatus/templates/donate/received.html b/ennstatus/templates/donate/received.html --- a/ennstatus/templates/donate/received.html +++ b/ennstatus/templates/donate/received.html @@ -20,12 +20,12 @@ {{ form.hidden_tag() }}
{{ form.year.label }} - {{ form.year(class="form-control input-sm") }} + {{ form.year(class_="form-control input-sm") }} {{ form.month.label }} - {{ form.month(class="form-control input-sm") }} + {{ form.month(class_="form-control input-sm") }}
- +
diff --git a/ennstatus/templates/root/contact.html b/ennstatus/templates/root/contact.html --- a/ennstatus/templates/root/contact.html +++ b/ennstatus/templates/root/contact.html @@ -14,9 +14,9 @@ {{ form.hidden_tag()}}
{{ form.country.label }} - {{ form.country(_class="form-control") }} + {{ form.country(class_="form-control input-sm") }} +
-