mirror of
https://git.wownero.com/wownero/YellWOWPages.git
synced 2024-08-15 01:03:25 +00:00
Ignore accounts without address, add user page
This commit is contained in:
parent
cc0c35814f
commit
9a51c3c4fb
4 changed files with 59 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue