Browse Source

adding a line break

master
manetta 4 years ago
parent
commit
977d018876
  1. 4
      templates/x-dex.html

4
templates/x-dex.html

@ -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…
Cancel
Save