making the textboxes bigger

This commit is contained in:
manetta 2020-02-28 16:18:06 +01:00
parent 977d018876
commit 6fd03afc00
2 changed files with 13 additions and 3 deletions

View File

@ -31,8 +31,8 @@
<td>{{ xdex[x]['fixed1'] }}</td>
<td>{{ xdex[x]['fixed2'] }}</td>
<td>{{ xdex[x]['loose'] }}</td>
<td><textarea name="score-{{ x }}" cols="10">{{ xdex[x]['score'] }}</textarea></td>
<td><textarea name="comment-{{ x }}" cols="10">{{ xdex[x]['comment'] }}</textarea></td>
<td><textarea name="score-{{ x }}" cols="50">{{ xdex[x]['score'] }}</textarea></td>
<td><textarea name="comment-{{ x }}" cols="30">{{ xdex[x]['comment'] }}</textarea></td>
<td>
<select name="status-{{ x }}">
<option {% if xdex[x]['status'] == '-'%}selected{% else %}{% endif %}>-</option>

View File

@ -1 +1,11 @@
{}
{
"1582903061782": {
"fixed1": "-",
"fixed2": "-",
"loose": "-",
"score": "",
"comment": "",
"trace": "",
"status": "-"
}
}