1
0
Fork 0

add notifs and error handling for user export/import

This commit is contained in:
Hugh Rundle 2023-10-22 09:03:28 +11:00
parent 781b01a007
commit 20114b0059
No known key found for this signature in database
GPG key ID: A7E35779918253F9
9 changed files with 126 additions and 24 deletions

View file

@ -13,6 +13,10 @@
{% include 'notifications/items/follow_request.html' %}
{% elif notification.notification_type == 'IMPORT' %}
{% include 'notifications/items/import.html' %}
{% elif notification.notification_type == 'USER_IMPORT' %}
{% include 'notifications/items/user_import.html' %}
{% elif notification.notification_type == 'USER_EXPORT' %}
{% include 'notifications/items/user_export.html' %}
{% elif notification.notification_type == 'ADD' %}
{% include 'notifications/items/add.html' %}
{% elif notification.notification_type == 'REPORT' %}