adding a line break
This commit is contained in:
parent
1089ffd945
commit
977d018876
@ -41,7 +41,9 @@
|
|||||||
<option {% if xdex[x]['status'] == 'delete'%}selected{% else %}{% endif %}>delete</option>
|
<option {% if xdex[x]['status'] == 'delete'%}selected{% else %}{% endif %}>delete</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td>update x: <input type="submit" name="update" value="{{ x }}"></td>
|
<td>
|
||||||
|
update x: <br>
|
||||||
|
<input type="submit" name="update" value="{{ x }}"></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
Reference in New Issue
Block a user