Skip to content
Snippets Groups Projects
Commit 7cd12883 authored by psy's avatar psy
Browse files

fix missing header column

parent a9f5a259
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,20 @@
{% block content %}
<h1 class="page-header">Transports</h1>
<div class="row" style="margin:0 0 1em 0">
<form method="GET">
<div class="row">
<div class="col-sm-6">
<a href="{{ url_for('edit_transport') }}">Add Transport</a>
</div>
<div class="col-sm-6" style="text-align: right">
<label style="margin-right: 20px; font-weight: normal; white-space: nowrap; text-align: left;">
<input type="checkbox" id="hideDone" /> hide done</label>
<form method="GET" style="margin-left: 0.5em; display: inline-block; width: auto;">
{{ filterform.day(**{'onchange': 'this.form.submit()'}) }}
</form>
<label style="margin-left: 20px;"><input type="checkbox" id="hideDone" /> hide done</label>
</div>
</div>
<table class="table table-sm" style="font-size: 0.9rem" id="transportlist">
<thead>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment