This commit is contained in:
Ross
2025-12-04 22:36:27 +00:00
parent d299f7ffd3
commit fbfffd1a6e
11 changed files with 186 additions and 0 deletions
+3
View File
@@ -6,6 +6,9 @@
<div class="level-item">
<button class="button is-primary" hx-get="{% url 'cards:create' %}" hx-target="#htmx-form" hx-swap="innerHTML">Add Dinosaur</button>
</div>
<div class="level-item">
<a class="button is-light" href="{% url 'cards:backgrounds' %}">Manage backgrounds</a>
</div>
</div>
</div>