Private
Public Access
1
0

small improv

This commit is contained in:
Sander Roosendaal
2020-05-05 20:01:45 +02:00
parent 2629a35eb1
commit 265bf8e99c
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
{% block main %} {% block main %}
<h1>History for {{ rower.user.first_name }} {{ rower.user.last_name }}</h1> <h1>History for {{ rower.user.first_name }} {{ rower.user.last_name }}</h1>
<ul class="main-content"> <ul class="main-content">
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.css" type="text/css" />
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-widgets-1.0.4.min.css" type="text/css" />
<script async="true" src="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script> <script async="true" src="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script>
<li class="grid_2"> <li class="grid_2">
<p> <p>

View File

@@ -63,6 +63,8 @@
Total meters: {{ totalmeters }}. Total time {{ totalhours }}:{{ totalminutes }}h. Total meters: {{ totalmeters }}. Total time {{ totalhours }}:{{ totalminutes }}h.
<a href="/rowers/history/">Dig deeper</a>. <a href="/rowers/history/">Dig deeper</a>.
</p> </p>
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.css" type="text/css" />
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-widgets-1.0.4.min.css" type="text/css" />
<script async="true" src="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script> <script async="true" src="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script>
{{ interactiveplot |safe }} {{ interactiveplot |safe }}