make map link to required
This commit is contained in:
parent
c0dd997e52
commit
98e7e21772
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@
|
|||
<div style="margin-left: 13.5%; margin-right: 13.5%;">
|
||||
<form action="/api/upload_site" method="post" enctype="multipart/form-data" class="w-full font-mono max-w-sm">
|
||||
<div class="flex flex-col mt-4 space-y-2">
|
||||
<input type="text" id="courseMap" name="map" placeholder="Map name that course uses" required class="input input-bordered" />
|
||||
<input type="url" id="mapLink" name="link" placeholder="Workshop link to the map or nothing" required class="input input-bordered" />
|
||||
<input type="text" id="courseMap" name="map" placeholder="Map name that the course uses" required class="input input-bordered" />
|
||||
<input type="url" id="mapLink" name="link" placeholder="Workshop link to the map or leave empty" class="input input-bordered" />
|
||||
<label class="form-control w-full">
|
||||
<input type="file" id="courseFile" name="file" accept=".txt" required class="file-input file-input-bordered" />
|
||||
<div class="label">
|
||||
|
|
Loading…
Add table
Reference in a new issue