Skip to content

Commit

Permalink
refactor(template-script): update logged user hexagon progress data
Browse files Browse the repository at this point in the history
  • Loading branch information
Hojagulyyev committed Nov 11, 2023
1 parent 1d8d920 commit a750010
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/base/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
},
scale: {
start: 0,
end: 1,
stop: {{ user.account.get_xp_in_percentage }}
end: {{ user.account.get_required_xp_for_next_level }},
stop: {{ user.account.xp }}
}
});

Expand All @@ -138,8 +138,8 @@
},
scale: {
start: 0,
end: 1,
stop: {{ user.account.get_xp_in_percentage }}
end: {{ user.account.get_required_xp_for_next_level }},
stop: {{ user.account.xp }}
}
});
}
Expand Down

0 comments on commit a750010

Please sign in to comment.