diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/renderer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.rs b/src/renderer.rs index b691bca..3935d98 100644 --- a/src/renderer.rs +++ b/src/renderer.rs @@ -59,7 +59,7 @@ pub fn page( { div.toolbar_box_group { @if conf.file_upload { - div.form { + div.drag-form { div.form_title { h1 { "Drop your file here to upload it" } } |