Skip to content

Commit

Permalink
fix #130
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed Oct 30, 2023
1 parent 7cc6b57 commit 5379e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/players/jinja2/players/detail.j2
Expand Up @@ -20,7 +20,7 @@
</ol>
<h1>{{ player.public_name() }}</h1>
<h2>Statistiken</h1>
<p>Spiele: {{ scorer.total_goals }}
<p>Spiele: {{ scores.count() }}
<p>Tore: {{ scorer.total_goals }}
<p>7m: {{ scorer.total_penalty_goals }} von {{ scorer.total_penalty_tries }}
<h2>Spiele</h2>
Expand Down

0 comments on commit 5379e95

Please sign in to comment.