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>
|
||||
</select>
|
||||
</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>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user