diff options
-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"> |