diff options
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/quizzes_user.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yaksh/templates/yaksh/quizzes_user.html b/yaksh/templates/yaksh/quizzes_user.html index 05af528..49f8d2d 100644 --- a/yaksh/templates/yaksh/quizzes_user.html +++ b/yaksh/templates/yaksh/quizzes_user.html @@ -63,9 +63,9 @@ No Courses to display {% endif %} </div> <div class="col-md-4"> - {% if course.days_remain_to_start != 0 %} + {% if course.days_before_start != 0 %} <span class="label label-info" style="font-size: 15px"> - {{course.days_remain_to_start}} day(s) to start + {{course.days_before_start}} day(s) to start </span> {% endif %} </div> |