We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794d6ce commit 89d9820Copy full SHA for 89d9820
templates/index.html
@@ -22,6 +22,7 @@ <h1>Endless Task List App using Flask</h1>
22
Total XP: {{ user.total_xp | short_numeric }}<br />
23
{{ user.xp | short_numeric }} / {{ user.xp_required | short_numeric }}
24
XP<br />
25
+ Rating: {{ user.rating | round_number_with_commas }}<br />
26
<div class="progress-container">
27
<!--get current level progress-->
28
<progress value="{{ user.xp }}" max="{{ user.xp_required }}"></progress>
0 commit comments