sections!
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
</div>
|
||||
<div>
|
||||
<label for="picture" class="block text-sm font-medium text-gray-700">Picture</label>
|
||||
<input type="file" name="picture" id="picture"
|
||||
class="mt-1 block w-full text-sm text-gray-700">
|
||||
<input type="file" name="picture" id="picture" accept="image/*"
|
||||
class="mt-1 block w-full text-sm text-gray-500 file:mr-4 file:py-2 file:px-4 file:rounded-md file:border-0 file:text-sm file:font-semibold file:bg-[#6b8f71] file:text-white hover:file:bg-[#5a7b5f]">
|
||||
</div>
|
||||
<div>
|
||||
<label for="climate_id" class="block text-sm font-medium text-gray-700">Climate</label>
|
||||
|
||||
Reference in New Issue
Block a user