mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-13 11:42:25 -04:00
fixed a typo
This commit is contained in:
parent
02b05caae8
commit
ee54e2fff4
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ def upload_file():
|
|||
meta_after=meta_after,
|
||||
)
|
||||
except (RuntimeError, ValueError):
|
||||
flash('The type %s could no be cleaned' % mime)
|
||||
flash('The type %s could not be cleaned' % mime)
|
||||
|
||||
max_file_size = int(current_app.config['MAX_CONTENT_LENGTH'] / 1024 / 1024)
|
||||
return render_template('index.html', max_file_size=max_file_size, mimetypes=mime_types)
|
Loading…
Add table
Add a link
Reference in a new issue