Skip to content

Commit 89d9820

Browse files
committed
Add user rating display to HTML template
1 parent 794d6ce commit 89d9820

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ <h1>Endless Task List App using Flask</h1>
2222
Total XP: {{ user.total_xp | short_numeric }}<br />
2323
{{ user.xp | short_numeric }} / {{ user.xp_required | short_numeric }}
2424
XP<br />
25+
Rating: {{ user.rating | round_number_with_commas }}<br />
2526
<div class="progress-container">
2627
<!--get current level progress-->
2728
<progress value="{{ user.xp }}" max="{{ user.xp_required }}"></progress>

0 commit comments

Comments
 (0)