Added Ability to Delete Notifications

This commit is contained in:
orbitroom
2016-02-23 19:41:32 -05:00
parent 974698fe2c
commit 11b1f2fb0e
3 changed files with 22 additions and 0 deletions

View File

@@ -33,6 +33,11 @@
<span class="glyphicon glyphicon-eye-open"></span>
</button>
</a>
<a href="{% url 'auth_remove_notification' notif.id %}">
<button type="button" class="btn btn-danger" title="remove">
<span class="glyphicon glyphicon-remove"></span>
</button>
</a>
</td>
</tr>
{% endfor %}
@@ -59,6 +64,11 @@
<span class="glyphicon glyphicon-eye-open"></span>
</button>
</a>
<a href="{% url 'auth_remove_notification' notif.id %}">
<button type="button" class="btn btn-danger" title="remove">
<span class="glyphicon glyphicon-remove"></span>
</button>
</a>
</td>
</tr>
{% endfor %}