Private
Public Access
1
0

fixes and improvements

This commit is contained in:
Sander Roosendaal
2020-05-24 10:29:06 +02:00
parent 012b641466
commit 6f5462f013
5 changed files with 44 additions and 19 deletions

View File

@@ -40,9 +40,9 @@
<ul class="main-content">
<li class="grid_4">
<p>
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.
Before you remove this challenge result, please carefully review it
using the information below. If you still want to remove the entry,
scroll down to the form.
</p>
</li>
<li class="grid_2">
@@ -110,11 +110,11 @@
</li>
<li class="grid_4">
<h1>
Yes, I want to reject this entry
Yes, I want to remove this entry
</h1>
<p>
Please select a reason and add a comment (mandatory).
Pressing 'Reject' removes the submitted result.
Pressing 'Remove' removes the submitted result.
An email will be sent to the rower. There is no "undo".
</p>
<p>
@@ -125,7 +125,7 @@
</p>
<p>
{% csrf_token %}
<input type="submit" value="Reject">
<input type="submit" value="Remove">
</p>
</form>
</li>