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 @@ -18,9 +18,9 @@ {{ form.hidden_tag() }}
{{ form.year.label }} - {{ form.year(_class="form-control") }} + {{ form.year(class_="form-control") }} {{ form.month.label }} - {{ form.month(_class="form-control") }} + {{ form.month(class_="form-control") }}
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") }} +
-