late nite freaks
This commit is contained in:
parent
7b76f63ed8
commit
10b56e7479
@ -42,7 +42,7 @@
|
||||
<form id={{id}} method="POST" enctype="multipart/form-data" action="{{ url_for('describer.describe_file', file_id=id) }}">
|
||||
{{ describe_form.csrf_token }}
|
||||
<p>File path: {{describe_form.file_path}}</p>
|
||||
<fieldset class="">
|
||||
<fieldset class="description">
|
||||
{{ describe_form.description.label }}
|
||||
{{ describe_form.description }}
|
||||
{% for message in describe_form.description.errors %}
|
||||
|
@ -63,6 +63,11 @@ input[type=text], input[type=password], input[type=file] {
|
||||
#distribusi-index {
|
||||
padding-left: 1em;
|
||||
}
|
||||
.description > textarea {
|
||||
width: 100%;
|
||||
height: 10em;
|
||||
resize: none;
|
||||
}
|
||||
textarea#description {
|
||||
width: 100%;
|
||||
height: 20em;
|
||||
|
Loading…
Reference in New Issue
Block a user