Prepare templating mechanism for driver infobox

This commit is contained in:
JPT
2017-12-30 01:16:47 +01:00
parent 22a7c4d29e
commit f71459307a
3 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
<!-- Driver info card -->
<div class="card" id="driver-card">
<div class="card-header">Rennteilnehmer</div>
<div class="card-body" id="race-driverbox"><!-- Driver info box automatically filled by JS.--></div> <!-- card-body -->
<div class="card-body" id="driver-infobox"><!-- Driver info box automatically filled by JS.--></div> <!-- card-body -->
</div> <!-- card -->