Fix live preview button design on safari ios
This commit is contained in:
parent
eae1baa326
commit
ed34d79dae
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
{% endif %}
|
||||
<input type="submit" value="Save and view" name="_preview">
|
||||
{% if original %}
|
||||
<input type="button" value="Live preview" id="_live_preview">
|
||||
<input type="submit" value="Live preview" id="_live_preview">
|
||||
{% endif %}
|
||||
<script type="text/javascript" src="{% static "live-preview.js" %}"></script>
|
||||
{% endblock %}
|
||||
|
|
Reference in a new issue