1
0
Fork 0

Create notifications for link domains that need approval

This commit is contained in:
Mouse Reeve 2023-02-22 09:36:39 -08:00
parent fad8e8bdb8
commit 2470a0fd1c
2 changed files with 27 additions and 3 deletions

View file

@ -17,6 +17,8 @@
{% include 'notifications/items/add.html' %}
{% elif notification.notification_type == 'REPORT' %}
{% include 'notifications/items/report.html' %}
{% elif notification.notification_type == 'LINK_DOMAIN' %}
{% include 'notifications/items/link_domain.html' %}
{% elif notification.notification_type == 'INVITE' %}
{% include 'notifications/items/invite.html' %}
{% elif notification.notification_type == 'ACCEPT' %}