Allow articles to be independent of an issue and allow a title for an issue
This commit is contained in:
@ -17,7 +17,18 @@
|
||||
|
||||
<div>
|
||||
<h3>Cover</h3>
|
||||
<input id="image-upload" name="issue-image" type="file" required hx-post="/issue/upload-image" />
|
||||
<div class="flex">
|
||||
<label class="btn text-center" for="image-upload">Bild hochladen</label>
|
||||
<input class="hidden" id="image-upload" name="issue-image" type="file" required
|
||||
hx-post="/issue/upload-image" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>Titel</h3>
|
||||
<div class="flex flex-col gap-y-1">
|
||||
<input name="issue-title" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user