NDOJ/templates/user/link.html

2 lines
123 B
HTML
Raw Normal View History

2023-10-11 00:37:36 +00:00
<span class="{{ profile.css_class }}"><a href="{{ url('user_page', profile.username) }}">{{ profile.username }}</a></span>