new migration to add wallet applet to dash db table; new views & html to accomodate

This commit is contained in:
Disco DeDisco
2026-03-08 15:27:24 -04:00
parent 076d75effe
commit ad0caa7c17
4 changed files with 43 additions and 2 deletions

View File

@@ -27,7 +27,15 @@
{% for entry in applets %}
{% if entry.visible %}
{% if entry.applet.slug == "new-list" %}
{% if entry.applet.slug == "wallet" %}
<section
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>
</section>
{% elif entry.applet.slug == "new-list" %}
<section
id="id_applet_new_list"
style="--applet-cols: {{ entry.applet.grid_cols }}; --applet-rows: {{ entry.applet.grid_rows }};"