Ignore accounts without address, add user page

This commit is contained in:
dsc 2022-03-12 22:14:27 +02:00
parent cc0c35814f
commit 9a51c3c4fb
4 changed files with 59 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{% for user in users %}
<article>
<header>
<em>{{user.username}}</em>
<em><a href="{{ url_for('bp_routes.user_page', name=user.username) }}">{{user.username}}</a></em>
<small style="float: right">Added: {{ user.created_dt }}</small>
</header>
<kbd>{{user.address}}</kbd>