diff options
Diffstat (limited to 'templates/news/show.html')
| -rw-r--r-- | templates/news/show.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/show.html b/templates/news/show.html index 7e03b5d..782b0a4 100644 --- a/templates/news/show.html +++ b/templates/news/show.html @@ -20,7 +20,7 @@ <h2 id="comments">Commentaires</h2> {% for comment in comments %} <h3 class="comment"> - Posté par <a href="">{{comment.name}}</a> le {{comment.date|format_date}} + Posté par <a href="{{url_for('view_user', comment.user_name)}}">{{comment.user_name}}</a> le {{comment.date|format_date}} </h3> <div class="comment_content"/> {{comment.content_cache|safe}} |
