Initial version of pools

This commit is contained in:
Bad Manners 2025-04-09 22:31:32 -03:00
parent fe7edb93ad
commit 2b6b1f30f4
21 changed files with 577 additions and 36 deletions

View file

@ -0,0 +1,9 @@
{% include "pool_posts.html" %}
<input
id="add-post-input"
name="post_id"
type="text"
pattern="[0-9]*"
hx-swap-oob="outerHTML"
value=""
/>