Skip to content
Snippets Groups Projects
Commit 25c83b96 authored by Jingjing Wu's avatar Jingjing Wu
Browse files

Update user_portfolio.html

parent 9c4b50de
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
{% if comments %}
{% for comment in comments %}
<div class="comment">
<a href="{{ url_for('users.user_portfolio', username=comment.username) }}" class="comment_username">{{ comment.username }}</span>
<a href="{{ url_for('users.user_portfolio', username=comment.username) }}" class="comment_username">{{ comment.username }}</a>
<br>
<span class="comment_content">{{ comment.content }}</span>
<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment