Create announcements admin view
This commit is contained in:
parent
d1f2d9812f
commit
515d5bb237
7 changed files with 186 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
""" make sure all our nice views are available """
|
||||
from .announcements import Announcements
|
||||
from .authentication import Login, Register, Logout
|
||||
from .author import Author, EditAuthor
|
||||
from .block import Block, unblock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue