Private
Public Access
1
0
Files
rowsandall/rowers/templates/panel_notes.html
2018-03-11 11:30:03 +01:00

7 lines
94 B
HTML

<h2>Notes</h2>
<p>
<div class="wrapwords">
{{ workout.notes|linebreaks }}
</div>
</p>