Commit c69a4728 by Brittany Cheng

Merge branch 'master' of github.com:dementrock/mitx into discussion2

parents b12d8873 c46b232e
......@@ -32,7 +32,7 @@ def discussion_title(discussion_id):
<% info = notification['info'] %>
% if notification['notification_type'] == 'post_reply':
User No.${notification['actor_id']} posted a
<a href="${url_for_comment(info['commentable_id', info['thread_id'], info['comment_id'])}">comment</a>
<a href="${url_for_comment(info['commentable_id'], info['thread_id'], info['comment_id'])}">comment</a>
to the thread
<a href="${url_for_thread(info['commentable_id'], info['thread_id'])}">${info['thread_title']}</a>
in discussion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment