Private
Public Access
1
0

more replacement of the word race

This commit is contained in:
Sander Roosendaal
2020-05-21 08:10:35 +02:00
parent eab17ef1c4
commit 75ee1fd3ef
13 changed files with 100 additions and 102 deletions

View File

@@ -40,7 +40,7 @@
<ul class="main-content">
<li class="grid_4">
<p>
Before you reject this race result, please carefully review it
Before you reject this challenge result, please carefully review it
using the information below. If you still want to reject the entry,
scroll down to the rejection form.
</p>
@@ -80,7 +80,7 @@
{% for graph in graphs %}
<li>
<a href="/rowers/graph/{{ graph.id }}/">
<img src="/{{ graph.filename }}"
<img src="/{{ graph.filename }}"
onerror="this.src='/static/img/rowingtimer.gif'"
alt="{{ graph.filename }}" width="120" height="100">
</a>
@@ -92,7 +92,7 @@
{{ mapdiv|safe }}
{{ mapscript|safe }}
</div>
</li>
@@ -102,7 +102,7 @@
<script async="true" type="text/javascript">
Bokeh.set_log_level("info");
</script>
{{ interactiveplot |safe }}
{{ the_div|safe }}