add mentions
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% with user = get_active_user() %}
|
||||
Welcome, <a href="{{ url_for("users.page", username = user.username) }}">{{user.username}}</a>
|
||||
Welcome, <a href="{{ url_for("users.page", username = user.username) }}">{{user.get_readable_name()}}</a>
|
||||
<ul class="horizontal">
|
||||
<li><a href="{{ url_for("users.settings", username = user.username) }}">Settings</a></li>
|
||||
<li><a href="{{ url_for("users.inbox", username = user.username) }}">Inbox</a></li>
|
||||
|
||||
Reference in New Issue
Block a user