Mobile lay-out
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
|
||||
<div class="entry-group">
|
||||
<div class="entry-label"><label for="houseno_ext">Toevoeging:</label></div>
|
||||
<div class="entry-text"><input type="text" id="houseno_ext" name="houseno_ext" placeholder="een huisnummer toevoeging?"></div>
|
||||
<div class="entry-text"><input type="text" id="houseno_ext" name="houseno_ext" placeholder="Toevoeging?"></div>
|
||||
</div>
|
||||
|
||||
<div class="input-submit">
|
||||
<input type="submit" class="btn-search" value="Zoek">
|
||||
<input type="Submit" class="input-submit" value="Zoek">
|
||||
</div>
|
||||
|
||||
</form>
|
||||
@@ -42,7 +42,10 @@
|
||||
{% with messages = get_flashed_messages(with_categories=true) %}
|
||||
{% if messages %}
|
||||
<table class="results">
|
||||
<tr><th>EAN Aansluiting</th><th>Product</th><th>Straatnaam</th><th>Huisnr.</th><th>Toev.</th><th>Woonplaats</th><th>Bijz. aansl.</th><th>Netbeheerder</th><th>EAN Netbeheerder</th></tr>
|
||||
<tr><th>Huisnr.</th><th>Toev.</th>
|
||||
<th>Product</th><th>EAN Aansluiting</th>
|
||||
<th>Bijz. aansl.</th><th>Netbeheerder</th>
|
||||
</tr>
|
||||
{% for category, message in messages %}
|
||||
<tr>
|
||||
{% if category == 'results' %}
|
||||
|
||||
Reference in New Issue
Block a user