diff options
author | Camil Staps | 2016-07-20 10:28:36 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-20 10:28:36 +0200 |
commit | a727c2ffb47934a80b115139032b43e70bab1252 (patch) | |
tree | 30d6c7f072396ef95ee593b0a4c3a30d87c3f39d | |
parent | Cleaning up readme (diff) |
No minimum string length for assignment descriptions
-rw-r--r-- | include/assignments-overview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/assignments-overview.php b/include/assignments-overview.php index 09380ee..903a772 100644 --- a/include/assignments-overview.php +++ b/include/assignments-overview.php @@ -100,7 +100,7 @@ <textarea name="description" class="form-control" placeholder="Description" rows="4" data-bv-notempty="true" data-bv-notempty-message="You have to provide a description" - data-bv-stringlength="true" data-bv-stringlength-message="The description should contain between 30 and 1000 characters" data-bv-stringlength-min="30" data-bv-stringlength-max="1000"></textarea> + data-bv-stringlength="true" data-bv-stringlength-message="The description should at most 1000 characters" data-bv-stringlength-max="1000"></textarea> </div> </div> <div class="col-lg-6"> |