Private
Public Access
1
0

added manual and upload links to race page

This commit is contained in:
Sander Roosendaal
2018-12-02 12:26:21 +01:00
parent 73b8941825
commit 2178a25db3
5 changed files with 87 additions and 3 deletions

View File

@@ -118,6 +118,16 @@ $('#id_workouttype').change();
</pre>
</p>
</li>
{% if indoorraces %}
<li>
<h1>Racing</h1>
{% for race in indoorraces %}
<p>
<a href="/rowers/virtualevent/{{ race.id }}/submit">Submit this to Indoor Race {{ race.name }}</a>
</p>
{% endfor %}
</li>
{% endif %}
{% if mapdiv %}
<li class="grid_2">
<script type="text/javascript" src="/static/js/bokeh-0.12.3.min.js"></script>