Initial progress on styling
This commit is contained in:
parent
c650c27825
commit
2c44a69ec3
38 changed files with 748 additions and 412 deletions
9
templates/fragments/add_post_to_pool.html
Normal file
9
templates/fragments/add_post_to_pool.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{% include "fragments/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