Skip to content
Snippets Groups Projects

Change pre white-space to pre-line

Merged Jan Prachař requested to merge honza/mr4 into devel
6 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -36,7 +36,7 @@
<tr><td>Škola:<td><a href='{{ url_for('org_place', id=pant.school) }}'>{{ pant.school_place.name }}</a>
<tr><td>Třída:<td>{{ pant.grade }}
<tr><td>Rok narození:<td>{{ pant.birth_year }}
<tr><td>Poznámka:<td style="white-space: pre;">{{ user.note }}
<tr><td>Poznámka:<td style="white-space: pre-line;">{{ user.note }}
<thead>
<tr><th colspan='2'>Účast v kole
</thead>
Loading