Initial version of pools
This commit is contained in:
parent
fe7edb93ad
commit
2b6b1f30f4
21 changed files with 577 additions and 36 deletions
9
templates/add_post_to_pool.html
Normal file
9
templates/add_post_to_pool.html
Normal 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=""
|
||||
/>
|
||||
Loading…
Add table
Add a link
Reference in a new issue