more replacement of the word race
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user