mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-18 12:13:24 +00:00
4 lines
145 B
Plaintext
4 lines
145 B
Plaintext
|
{% macro user_profile_link(user) -%}
|
||
|
<a href="{{ url("core:user_profile", user_id=user.id) }}">{{ user.get_display_name() }}</a>
|
||
|
{%- endmacro %}
|