1
0
Fork 0

Delete announcements

This commit is contained in:
Mouse Reeve 2021-05-20 12:08:12 -07:00
parent a415991e96
commit 2e193aa3c6
5 changed files with 35 additions and 8 deletions

View file

@ -1,5 +1,5 @@
""" make sure all our nice views are available """
from .announcements import Announcements, Announcement
from .announcements import Announcements, Announcement, delete_announcement
from .authentication import Login, Register, Logout
from .author import Author, EditAuthor
from .block import Block, unblock