update image input

This commit is contained in:
long2ice
2021-05-06 22:58:49 +08:00
parent fe301a84a6
commit 1d5f8b93ad
2 changed files with 14 additions and 0 deletions

View File

@@ -234,6 +234,7 @@ class File(Input):
class Image(File):
template = "widgets/inputs/image.html"
input_type = "file"