diff options
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/course_detail.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/yaksh/templates/yaksh/course_detail.html b/yaksh/templates/yaksh/course_detail.html index 3f13ea7..4b88ecb 100644 --- a/yaksh/templates/yaksh/course_detail.html +++ b/yaksh/templates/yaksh/course_detail.html @@ -49,8 +49,9 @@ <button class="btn btn-primary" type=submit> Upload Users <span class="glyphicon glyphicon-open"/></button> </form> <div class="alert alert-info" role="alert"> - The uploaded csv should have headers exactly same as mentioned below:<br> - <b>firstname, lastname, email</b> + - The uploaded csv should have headers exactly same as mentioned below:<br> + <b>firstname, lastname, email</b><br></br> + - <b>Users created will have username and password same as their email</b> </div> </li> </ul> |