Fix edit & create tags input
This commit is contained in:
parent
f406d133ab
commit
af558d47a6
@ -78,7 +78,7 @@
|
||||
|
||||
<label for="tags" class="flex gap-4">
|
||||
<span class="w-24 shrink-0">Tags:</span>
|
||||
<input id="tags" name="tags" class="textarea-with-view" value="{{tags}}" />
|
||||
<input id="tags" name="tags" class="input border border-solid border-gray-200 rounded-lg w-full" value="{{tags}}" />
|
||||
</label>
|
||||
<div class="w-full flex gap-4 flex-wrap">
|
||||
{% for tag in known_tags %}
|
||||
|
Loading…
Reference in New Issue
Block a user