Enhance ui abit
This commit is contained in:
parent
01db78a00b
commit
b02589a5ba
@ -33,7 +33,7 @@
|
|||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="search" name="q" class="form-control" placeholder="Station">
|
<input type="search" name="q" class="form-control" placeholder="Station">
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
<button class="btn btn-outline-secondary" type="submit">Suchen</button>
|
<button class="btn btn-primary" type="submit">Suchen</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
{% for station in stations %}
|
{% for station in stations %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ station.name }}</td>
|
<td>{{ station.name }}</td>
|
||||||
<td><a href="/station/{{ station.dwd_id }}/">Mehr</td>
|
<td><a href="/station/{{ station.dwd_id }}/export/" class="btn btn-secondary">Export</a> <a href="/station/{{ station.dwd_id }}/" class="btn btn-primary">Info</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
Reference in New Issue
Block a user