Private
Public Access
1
0

bug fix points score

This commit is contained in:
Sander Roosendaal
2020-07-11 20:42:17 +02:00
parent 6372da689c
commit f893ad7626
3 changed files with 10 additions and 3 deletions

View File

@@ -254,7 +254,6 @@ success: function(result) {
console.log('got something back');
console.log(result);
if (result.result == 1) {
setTimeout(1000);
window.location.href = result.url;
} else {
console.log(result," reloading");

View File

@@ -94,7 +94,7 @@
<tbody>
{% if race.sessiontype == 'race' %}
<tr>
<th>Course</th><td>{{ race.course }}</td>
<th>Course</th><td><a href="/rowers/courses/{{ race.course.id }}">{{ race.course }}</a></td>
</tr>
{% else %}
<tr>