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

@@ -2,7 +2,7 @@
{% load staticfiles %}
{% load rowerfilters %}
{% block title %}Submit Race Result{% endblock %}
{% block title %}Submit challenge Result{% endblock %}
{% block meta %}
<script type='text/javascript'
@@ -21,9 +21,9 @@
<ul class="main-content">
<li class="grid_4">
<form id="race_submit_form"
<form id="race_submit_form"
method="post">
<p>Select one of the following workouts that you rowed within the race window</p>
<p>Select one of the following workouts that you rowed within the challenge window</p>
<table width="100%">
<tr>
{% for field in w_form.hidden_fields %}
@@ -45,7 +45,7 @@
<li class="grid_4">
<p>
Warning: If you submit a workout that was marked as "private", it will
be made public by submitting it as a race result.
be made public by submitting it as a challenge result.
</p>
</li>
</ul>