Skip to content

Commit fd85623

Browse files
committed
clean up notifications v1 routes and file update events
1 parent 725d79d commit fd85623

9 files changed

Lines changed: 885 additions & 355 deletions

File tree

addons/base/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
from website.util import rubeus
6464

6565
# import so that associated listener is instantiated and gets emails
66-
from notifications.events.files import FileEvent # noqa
66+
from notifications.file_event_notifications import FileEvent # noqa
6767

6868
ERROR_MESSAGES = {'FILE_GONE': """
6969
<style>

notifications/events/base.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

notifications/events/files.py

Lines changed: 0 additions & 283 deletions
This file was deleted.

0 commit comments

Comments
 (0)