Skip to content

Commit 16b54dc

Browse files
committed
UI updates
1 parent 5a66399 commit 16b54dc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

db.sqlite

0 Bytes
Binary file not shown.

templates/evaluate.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ <h1 class="ui huge header"><i class="user md icon"> </i>Evaluate Patient Story <
6464
identifier: 'story',
6565
rules: [
6666
{
67-
type : 'empty',
68-
prompt : 'Please enter your story'
69-
}
67+
type : 'minLength[30]',
68+
prompt : 'Please enter a proper story'
69+
}
7070
]
71+
7172
},
7273
skills: {
7374
identifier: 'fullname',

0 commit comments

Comments
 (0)