nagasurendra commited on
Commit
f9ac6c6
·
verified ·
1 Parent(s): 1b7fef0

Update templates/reward_status.html

Browse files
Files changed (1) hide show
  1. templates/reward_status.html +2 -2
templates/reward_status.html CHANGED
@@ -99,8 +99,8 @@
99
  </div>
100
 
101
  <div class="points-info">
102
- <div class="points">You have <strong>{{ round(user_points) }}</strong> points</div>
103
- <div class="next-tier">You need <strong>{{ round(points_needed_for_next_tier) }}</strong> more points to reach the next tier!</div>
104
  </div>
105
  </div>
106
  </div>
 
99
  </div>
100
 
101
  <div class="points-info">
102
+ <div class="points">You have <strong>{{ user_points }}</strong> points</div>
103
+ <div class="next-tier">You need <strong>{{ points_needed_for_next_tier }}</strong> more points to reach the next tier!</div>
104
  </div>
105
  </div>
106
  </div>