unified header_title template values across dashboard applet destination pages; styled &/ added applet titles across all applets
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-03-11 14:50:08 -04:00
parent 50ee983e27
commit 8807d31274
12 changed files with 52 additions and 21 deletions

View File

@@ -2,6 +2,6 @@
id="id_applet_wallet"
style="--applet-cols: {{ entry.applet.grid_cols }}; --applet-rows: {{ entry.applet.grid_rows }};"
>
<span>Writs: {{ user.wallet.writs }}</span>
<a href="{% url "wallet" %}" class="wallet-manage-link">Manage Wallet</a>
<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>