Initial progress on styling
This commit is contained in:
parent
c650c27825
commit
2c44a69ec3
38 changed files with 748 additions and 412 deletions
11
templates/fragments/post_source.html
Normal file
11
templates/fragments/post_source.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<li>
|
||||
<input
|
||||
name="source"
|
||||
type="url"
|
||||
maxlength="200"
|
||||
value="{% if let Some(url) = source.url %}{{ url }}{% endif %}"
|
||||
/>
|
||||
<button hx-delete="/remove" hx-target="closest li" hx-swap="outerHTML">
|
||||
-
|
||||
</button>
|
||||
</li>
|
||||
Loading…
Add table
Add a link
Reference in a new issue