summaryrefslogtreecommitdiff
path: root/static/website/templates/notify.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/notify.html')
-rw-r--r--static/website/templates/notify.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/website/templates/notify.html b/static/website/templates/notify.html
new file mode 100644
index 0000000..7251f1b
--- /dev/null
+++ b/static/website/templates/notify.html
@@ -0,0 +1,7 @@
+<div class="notification">
+ <a href=""><strong>{{ reply.user }}</strong> replies to <strong>{{ question.title }}</strong></a> /
+ {{ reply.body|safe }}
+ <a class="remove" data-nid="{{ notification.id }}" href="#">
+ <span class="glyphicon glyphicon-remove-circle"></span>
+ </a>
+</div> <!-- /.notification -->