Files
python-tdd/src/templates/apps/dashboard/_partials/_applet-wallet.html
Disco DeDisco 8807d31274
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
unified header_title template values across dashboard applet destination pages; styled &/ added applet titles across all applets
2026-03-11 14:50:08 -04:00

7 lines
313 B
HTML

<section
id="id_applet_wallet"
style="--applet-cols: {{ entry.applet.grid_cols }}; --applet-rows: {{ entry.applet.grid_rows }};"
>
<h2><a href="{% url "wallet" %}" class="wallet-manage-link">Manage Wallet</a></h2>
<span><i class="fa-solid fa-ticket"></i>: {{ user.wallet.writs }}</span>
</section>