making the textboxes bigger
This commit is contained in:
parent
977d018876
commit
6fd03afc00
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user