Merge branch '262-fix-privacy-policy-bug' into 'master'
Increase rows for policy content to 50. #262 Closes #262 See merge request jankstudio/resq!309
This commit is contained in:
commit
47e098be1c
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
<label data-field="content">
|
<label data-field="content">
|
||||||
Content
|
Content
|
||||||
</label>
|
</label>
|
||||||
<textarea name="content" class="form-control m-input" data-name="content" rows="4">{{ obj.getContent() }}</textarea>
|
<textarea name="content" class="form-control m-input" data-name="content" rows="50">{{ obj.getContent() }}</textarea>
|
||||||
<div class="form-control-feedback hide" data-field="content"></div>
|
<div class="form-control-feedback hide" data-field="content"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue