# HG changeset patch # User Dennis Fink # Date 2015-10-21 10:42:38 # Node ID 44b1f31d1f00f399f8fbc3ed84e07d2d15810bb1 # Parent 10c306594b6494286445979a5a6ebed826241423 # Parent 8baf97380e08df631416d6dd31e0d3f914a37474 Merge dev 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") }} +
-