diff options
author | Jayaram Pai | 2014-03-19 13:22:23 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-03-19 13:22:23 +0530 |
commit | dffa556eede4d633879e55b60bf95e4469c530c0 (patch) | |
tree | 4f20ef8a8291123adfef10101a727b4f1029b0e1 /static/website/templates/notify.html | |
parent | 45ee2992b4ec72c62d5ce69611589521e16d0366 (diff) | |
download | FOSSEE-Forum-dffa556eede4d633879e55b60bf95e4469c530c0.tar.gz FOSSEE-Forum-dffa556eede4d633879e55b60bf95e4469c530c0.tar.bz2 FOSSEE-Forum-dffa556eede4d633879e55b60bf95e4469c530c0.zip |
added commenting feature on the answers
replies are now renamed to answers
Diffstat (limited to 'static/website/templates/notify.html')
-rw-r--r-- | static/website/templates/notify.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/notify.html b/static/website/templates/notify.html index 7251f1b..af93eb5 100644 --- a/static/website/templates/notify.html +++ b/static/website/templates/notify.html @@ -1,6 +1,6 @@ <div class="notification"> - <a href=""><strong>{{ reply.user }}</strong> replies to <strong>{{ question.title }}</strong></a> / - {{ reply.body|safe }} + <a href=""><strong>{{ answer.user }}</strong> answers to <strong>{{ question.title }}</strong></a> / + {{ answer.body|safe }} <a class="remove" data-nid="{{ notification.id }}" href="#"> <span class="glyphicon glyphicon-remove-circle"></span> </a> |