Skip to content

Commit

Permalink
Removed unused notifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Oct 21, 2009
1 parent 6e588db commit 4bd885a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion friends/management.py
Expand Up @@ -12,7 +12,6 @@ def create_notice_types(app, created_models, verbosity, **kwargs):
notification.create_notice_type("friends_accept", _("Acceptance Received"), _("an invitation you sent has been accepted"), default=2) notification.create_notice_type("friends_accept", _("Acceptance Received"), _("an invitation you sent has been accepted"), default=2)
notification.create_notice_type("friends_accept_sent", _("Acceptance Sent"), _("you have accepted an invitation you received"), default=1) notification.create_notice_type("friends_accept_sent", _("Acceptance Sent"), _("you have accepted an invitation you received"), default=1)
notification.create_notice_type("friends_otherconnect", _("Other Connection"), _("one of your friends has a new connection"), default=2) notification.create_notice_type("friends_otherconnect", _("Other Connection"), _("one of your friends has a new connection"), default=2)
notification.create_notice_type("join_accept", _("Join Invitation Accepted"), _("an invitation you sent to join this site has been accepted"), default=2)


signals.post_syncdb.connect(create_notice_types, sender=notification) signals.post_syncdb.connect(create_notice_types, sender=notification)
else: else:
Expand Down
1 change: 0 additions & 1 deletion friends/templates/notification/join_accept/full.txt

This file was deleted.

2 changes: 0 additions & 2 deletions friends/templates/notification/join_accept/notice.html

This file was deleted.

0 comments on commit 4bd885a

Please sign in to comment.