Changeset - 67d985b4fb57
[Not reviewed]
dev
0 1 0
Dennis Fink - 9 years ago 2015-10-22 22:54:01
dennis.fink@c3l.lu
Remove the country label from the contact page

This removes some clutter
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/contact.html
Show inline comments
 
@@ -12,13 +12,12 @@
 
  <div class="col-md-8 clearfix">
 
    <h2 class="pull-left">General</h2>
 
    <div class="pull-right">
 
      <form class="form-inline" role="form" method="POST" action="{{ url_for('root.contact') }}">
 
        {{ form.hidden_tag()}}
 
        <div class="form-group">
 
          {{ form.country.label }}
 
          {{ form.country(class_="form-control input-sm", onchange='this.form.submit()') }}
 
          <noscript><input type="submit" class="btn btn-primary btn-sm" value="Submit"></noscript>
 
        </div>
 
      </form>
 
    </div>
 
  </div>
0 comments (0 inline, 0 general)