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
 
@@ -6,25 +6,24 @@
 
  <div class="col-md-4">
 
    <img src="{{ url_for('static', filename='images/Contact.png') }}" class="img-responsive img-rounded center-block" alt="WhoIs" width="160"></img>
 
    <div class="text-center">
 
      <h2>Contact</h2>
 
    </div>
 
  </div>
 
  <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>
 
  <div class="col-md-8">
 
    <p>Please mail all general inquiries to:</p>
 
    <address>
 
      <strong>Frënn vun der Ënn, ASBL</strong><br>
 
        BPM 381892<br>
 
        {{ address['address'] }}<br>
0 comments (0 inline, 0 general)