Include accept/delete buttons in notifications list.
This commit is contained in:
parent
0e34c74647
commit
fa57d6cfc7
3 changed files with 12 additions and 10 deletions
|
@ -29,6 +29,7 @@
|
|||
{% elif notification.notification_type == 'FOLLOW_REQUEST' %}
|
||||
{% include 'snippets/username.html' with user=notification.related_user %}
|
||||
sent you a follow request
|
||||
{% include 'snippets/follow_request_buttons.html' with user=notification.related_user %}
|
||||
{% endif %}
|
||||
<small>{{ notification.created_date | naturaltime }}</small>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue