Update templates/reward_status.html
Browse files
templates/reward_status.html
CHANGED
@@ -99,8 +99,8 @@
|
|
99 |
</div>
|
100 |
|
101 |
<div class="points-info">
|
102 |
-
<div class="points">You have <strong>{{
|
103 |
-
<div class="next-tier">You need <strong>{{
|
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>
|