first attempt to read csv - needs improvement
This commit is contained in:
@@ -1,6 +1,20 @@
|
||||
<style>
|
||||
.row {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.column {
|
||||
flex: 50%;
|
||||
border-width: 10px;
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
}
|
||||
</style>
|
||||
<h1>
|
||||
Boat Movers Ranking
|
||||
</h1>
|
||||
<div class="row">
|
||||
<div class="column">
|
||||
<p>
|
||||
<table>
|
||||
<tr>
|
||||
@@ -25,6 +39,8 @@
|
||||
{% endfor %}
|
||||
</table>
|
||||
</p>
|
||||
</div>
|
||||
<div class="column">
|
||||
<p>
|
||||
This page is an experimental ranking based on public race results,
|
||||
mainly from Dutch Masters
|
||||
@@ -91,3 +107,4 @@
|
||||
<a href="result/add/">Add Result</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user