Private
Public Access
1
0

small improvements in popup race

This commit is contained in:
Sander Roosendaal
2018-05-10 09:47:26 +02:00
parent 8237b7d1e9
commit 82fe856540
6 changed files with 11 additions and 1 deletions

View File

@@ -40,7 +40,7 @@
<th>Country</th><td>{{ course.country }}</td>
</tr>
<tr>
<th>Notes</th><td>{{ course.notes }}</td>
<th>Notes</th><td>{{ course.notes|linebreaks }}</td>
</tr>
</table>
</div>