mirror of
https://git.cmoser.eu/tinytools/django-tinywiki.git
synced 2026-02-04 06:06:33 +01:00
2025.10.06-03:08:05
This commit is contained in:
19
tinywiki/views/image.py
Normal file
19
tinywiki/views/image.py
Normal file
@@ -0,0 +1,19 @@
|
||||
from .base import FormView
|
||||
|
||||
class ImageUplodadView(FormView):
|
||||
pass
|
||||
|
||||
class ImageEditView(FormView):
|
||||
pass
|
||||
|
||||
class ImageDeleteFiew(FormView):
|
||||
pass
|
||||
|
||||
class HxImageUplaodView(FormView):
|
||||
pass
|
||||
|
||||
class HxImageEditView(FormView):
|
||||
pass
|
||||
|
||||
class HxImageDeleteView(FormView):
|
||||
pass
|
||||
Reference in New Issue
Block a user