Updated news models to use custom user. No migration should be needed. Updated website templates.
This commit is contained in:
parent
55c0e40309
commit
66802f291d
4 changed files with 7 additions and 4 deletions
|
|
@ -58,7 +58,7 @@
|
|||
<h1>Recently Connected</h1>
|
||||
<ul>
|
||||
{% for player in players_connected_recent %}
|
||||
<li>{{player.user.username}} -- <em>{{player.user.last_login|timesince}} ago</em></li>
|
||||
<li>{{player.username}} -- <em>{{player.last_login|timesince}} ago</em></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<p class="filler"><!-- Filler para to extend left vertical line --></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue