Updated "Create Quest" form to allow custom expiry dates
This commit is contained in:
1 parent
94b496bf66
commit
1b9c7b7bf5
1 file changed
+11
@@ -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
|
||||||
|
|||||||
Reference in new issue
Block a user