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