Skip to content

Commit

Permalink
missing some line returns
Browse files Browse the repository at this point in the history
  • Loading branch information
vash3g committed Jun 8, 2020
1 parent d0b1f43 commit af46fea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agagd/templates/agagd_core/member.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
{{ block.super }}
<h2> Player card for <b>{{player.full_name}}</b>, ID #{{player.member_id}}.</h2>
{% include "agagd_core/ratings_graph.html" %}
<ps> AGA member since: {{ player.join_date }} </ps>
<ps>Expiration Date: {{ player.renewal_due }} </ps>
<ps>Membership type: {{ player.type }} </ps>
<ps> AGA member since: {{ player.join_date }} </ps><br>
<ps>Expiration Date: {{ player.renewal_due }} </ps><br>
<ps>Membership type: {{ player.type }} </ps><br>
<dl>
<dt style="font-size: 24px"> Rating: </dt> <dd style="font-size: 24px"> {{ rating.rating }} </dd>
<dt> Sigma: </dt> <dd> {{ rating.sigma }} </dd>
Expand Down

0 comments on commit af46fea

Please sign in to comment.