Updated "Create Quest" form to allow custom expiry dates

This commit is contained in:
SowinskiBraeden committed 2021-01-05 08:47:46 -08:00
1 parent 94b496bf66
commit 1b9c7b7bf5
1 file changed
+11
+11
View File
@@ -267,6 +267,17 @@
required required
> >
</div> </div>
<div>
<label for="expiry">Expiry</label>
<input
id="expiry"
name="expiry"
type="date"
value=""
class="form-control"
required
>
</div>
<div> <div>
<label for="instructions">Instructions</label> <label for="instructions">Instructions</label>
<textarea <textarea