paper-dynasty-database/storage/templates/results_vr.html
Cal Corum 0437eab92a Add missing card templates for PostgreSQL deployment
- Recovered player_card.html and related templates from old server
- Required for card generation endpoints (/players/{id}/battingcard)
- Fixes TemplateNotFound errors in production
2026-02-01 19:18:04 -06:00

11 lines
347 B
HTML

<div class="row-wrapper" style="width: 600px; background-color: #EAA49C">
<div class="border-right-thin" style="width: 200px">
{{ results_vr_one }}
</div>
<div class="border-right-thin" style="width: 200px">
{{ results_vr_two }}
</div>
<div style="width: 200px">
{{ results_vr_three }}
</div>
</div>