mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-27 06:58:25 +00:00
Merge pull request #821 from eikek/fix/758-public-upload-page
Remove upload meta form for anonymous uploads
This commit is contained in:
@ -38,7 +38,11 @@ viewContent texts mid _ _ model =
|
||||
[ div [ class "container mx-auto" ]
|
||||
[ div [ class "px-0 flex flex-col" ]
|
||||
[ div [ class "py-4" ]
|
||||
[ renderForm texts model
|
||||
[ if mid == Nothing then
|
||||
renderForm texts model
|
||||
|
||||
else
|
||||
span [ class "hidden" ] []
|
||||
]
|
||||
, div [ class "py-0" ]
|
||||
[ Html.map DropzoneMsg
|
||||
|
Reference in New Issue
Block a user