PDF Creator now accepts single instances of class

ref #5
This commit is contained in:
2021-02-05 14:09:20 +01:00
parent 041c0ed6bb
commit 78205ee8c7
2 changed files with 12 additions and 6 deletions

View File

@@ -16,10 +16,10 @@
</head>
<body>
<div class="page">
<h1>{{runner_id}}</h1>
<h1>{{runner_firstname}}</h1>
<h1>{{runner_lastname}}</h1>
<h1>{{runner_groupname}}</h1>
<h1>ID: {{runner_id}}</h1>
<h1>FIRSTNAME: {{runner_firstname}}</h1>
<h1>LASTNAME: {{runner_lastname}}</h1>
<h1>GROUP: {{runner_groupname}}</h1>
</div>
</body>
</html>