Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 10, 2014
1 parent e36d0d1 commit 2cb21f1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions resources/testweb/creator_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,24 +256,25 @@ <h3> Youtube link &nbsp;&nbsp;&nbsp; </h3>
</form>

<h3> Description &nbsp;&nbsp;&nbsp; </h3>
<small> A short description(140 characters or less) of your brand. </small>
<small> A short description of your brand. </small>

<form id="shortDescriptionForm" class="form-horizontal" role="form">
<div id="shortDescriptionDiv" class="form-group">
<label for="shortDescription3" class="col-sm-2 control-label">Description</label>
<div class="col-sm-10">
<textarea name="shortDescription"
rows="3"
class="form-control"
id="shortDescription3"
<textarea name="shortDescription" rows="3" type="name" class="form-control" id="shortDescription3"
placeholder="140 characters max"

data-bv-message="Not valid"

data-bv-notempty="true"
data-bv-notempty-message="Can't be empty"

data-bv-stringlength="true"
data-bv-stringlength-min="1"
data-bv-stringlength-max="140"
data-bv-stringlength-message="The description must be more than 1 and less than 140 characters long"

></textarea>
</div>
</div>
Expand Down

0 comments on commit 2cb21f1

Please sign in to comment.