Don't link out to other instances on user page
This commit is contained in:
parent
3e0956d95a
commit
62d0d1318d
2 changed files with 3 additions and 7 deletions
|
@ -1,2 +1,2 @@
|
|||
{% load fr_display %}
|
||||
<a href="/user/{{ user | username }}" class="user">{% if user.name %}{{ user.name }}{% else %}{{ user | username }}{% endif %}</a>
|
||||
<a href="/user/{{ user | username }}" class="user">{% if user.name %}{{ user.name }}{% else %}{{ user | username }}{% endif %}</a> {% if show_full and user.name or user.localname %} ({{ user.username }}){% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue