diff options
Diffstat (limited to 'qc_app/templates/rqtl2/select-population.html')
-rw-r--r-- | qc_app/templates/rqtl2/select-population.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qc_app/templates/rqtl2/select-population.html b/qc_app/templates/rqtl2/select-population.html index 8f2db84..0f0ee18 100644 --- a/qc_app/templates/rqtl2/select-population.html +++ b/qc_app/templates/rqtl2/select-population.html @@ -62,6 +62,7 @@ name="inbredset_name" type="text" required="required" + maxlength="30" placeholder="Enter grouping/population name" class="form-col-2" /> <span class="form-input-help">This is a short name that identifies the @@ -71,7 +72,8 @@ <input id="txt:inbredset-fullname" name="inbredset_fullname" type="text" - required = "required" + required="required" + maxlength="100" placeholder="Enter the grouping/population's full name" class="form-col-2" /> <span class="form-input-help">This can be the same as the name above, or can |