NDOJ/templates/user/link.html

2 lines
123 B
HTML
Raw Normal View History

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