Fixed double-sided printing

ref #14
This commit is contained in:
2021-02-08 16:14:10 +01:00
parent 68f46a45b5
commit 7f58dd694b
2 changed files with 23 additions and 5 deletions

View File

@@ -46,19 +46,18 @@
</div>
</div>
<p>{{this.runner.lastname}}, {{this.runner.firstname}} {{this.runner.middlename}}</p>
<p>{{this.runner.group.name}}</p>
<p>{{this.runner.group.name}} {{this.id}}</p>
</div>
{{/each}}
</div>
</div>
<div class="sheet">
<div class="columns is-multiline">
{{#each cards}}
{{#each cards_swapped}}
<div class="column is-half runnercard">
<p>{{this.id}}</p>
<!--SPONSOR LOGO FIRST-->
<img src="https://odit.services/assets/img/profile-pic-no_bg.hash.0c81702a.png" height="2cm" />
<!--BARCODE SECOND-->
<img src="https://odit.services/assets/img/profile-pic-no_bg.hash.0c81702a.png" height="3.5cm" />
</div>
{{/each}}
</div>