nagasurendra commited on
Commit
d293c2c
·
verified ·
1 Parent(s): cac425f

Update templates/reward_status.html

Browse files
Files changed (1) hide show
  1. templates/reward_status.html +2 -2
templates/reward_status.html CHANGED
@@ -106,8 +106,8 @@
106
  </div>
107
 
108
  <div class="points-bar-info">
109
- <div>0</div> <!-- Starting points -->
110
- <div>{{ tiers[current_tier] }}</div> <!-- Ending points of the current tier -->
111
  </div>
112
 
113
  <div class="points-bar">
 
106
  </div>
107
 
108
  <div class="points-bar-info">
109
+ <div>{{ start_point }}</div> <!-- Start of the range -->
110
+ <div>{{ end_point }}</div> <!-- End of the range -->
111
  </div>
112
 
113
  <div class="points-bar">