diff --git a/user_profile/templates/user_profile/profile.html b/user_profile/templates/user_profile/profile.html index d7255b4..55860ce 100644 --- a/user_profile/templates/user_profile/profile.html +++ b/user_profile/templates/user_profile/profile.html @@ -239,7 +239,6 @@
+ + @{{ active_issue.contributor }} + + {{ active_issue.issue.get_level_display }} + {{ active_issue.issue.points }} + {% if active_issue.issue.is_restricted %} + + + + {% endif %} +
+ {# TODO:ISSUE: Implement Live Timer which ticks (instead of steady timer which changes on refreshing #} + {# TODO:ISSUE: Turn Timer Color to Red when last 1 hour is remaining. #} + {{ active_issue.get_remaining_time | timeuntil }} remaining +