# HG changeset patch # User Dennis Fink # Date 2015-10-22 22:54:01 # Node ID 67d985b4fb57bd7e1ccaba827ebeeaf97330ffac # Parent 2c3887be1f40248443722db74d50371301deb8e3 Remove the country label from the contact page This removes some clutter 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 @@ -15,7 +15,6 @@
{{ form.hidden_tag()}}
- {{ form.country.label }} {{ form.country(class_="form-control input-sm", onchange='this.form.submit()') }}