Skip to content
Snippets Groups Projects
Commit dce76ad2 authored by Chris Lemaire's avatar Chris Lemaire
Browse files

Fix end-of-lab grace period default

parent ab979a1b
No related branches found
No related tags found
2 merge requests!598Dev to master,!543Add name attribute to selection at edit
......@@ -41,7 +41,9 @@
<input id="end-of-lab-gp-input" class="form-control"
min="0" max="180"
type="number"
th:field="*{eolGracePeriod}"/>
name="eolGracePeriod"
value="15"
required/>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment