increased the character limit to 32000 based on current Varia website description lenghts

This commit is contained in:
crunk 2024-06-14 23:36:22 +02:00
parent 94efe6ad83
commit 7b76f63ed8
2 changed files with 3 additions and 4 deletions

View File

@ -53,7 +53,7 @@ class UploadForm(FlaskForm):
description = StringField(
"Description of this distribusi:",
validators=[
Length(10, 4096),
Length(10, 32000),
],
widget=TextArea(),
)

View File

@ -35,7 +35,6 @@ input[type=text], input[type=password], input[type=file] {
.workflow{
margin-top: 1em;
padding: 0.5em;
width: 31em;
background-color:#fdfdfd;
text-decoration: none;
scroll-behavior: smooth;
@ -54,7 +53,7 @@ input[type=text], input[type=password], input[type=file] {
#mainworkflow
{
width: 30em;
width: 40em;
margin:0 auto;
}
@ -66,7 +65,7 @@ input[type=text], input[type=password], input[type=file] {
}
textarea#description {
width: 100%;
height: 15em;
height: 20em;
resize: none;
}
div#buttons{