better layout
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
<h1>History</h1>
|
||||
<ul class="main-content">
|
||||
<script async="true" src="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script>
|
||||
<li class="grid_4">
|
||||
<li class="grid_2">
|
||||
<p>
|
||||
<form enctype="multipart/form-data" method="post">
|
||||
{% csrf_token %}
|
||||
<table>
|
||||
@@ -16,8 +17,7 @@
|
||||
</table>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
</li>
|
||||
<li class="grid_2">
|
||||
</p>
|
||||
<h2>All workouts</h2>
|
||||
|
||||
<p>
|
||||
@@ -51,6 +51,7 @@
|
||||
<li class="grid_2">
|
||||
<div>{{ totalscript|safe }}{{ totaldiv|safe }}</div>
|
||||
</li>
|
||||
|
||||
{% for ddict in typedicts %}
|
||||
<li class="grid_1">
|
||||
<h2>{{ ddict|lookup:"wtype"}}</h2>
|
||||
|
||||
@@ -90,6 +90,11 @@
|
||||
<i class="fas fa-bell fa-fw"></i> Alerts
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/rowers/history/">
|
||||
<i class="fas fa-history fa-fw"></i> History
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user