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 %}
|
{% endif %}
|
||||||
<input type="submit" value="Save and view" name="_preview">
|
<input type="submit" value="Save and view" name="_preview">
|
||||||
{% if original %}
|
{% if original %}
|
||||||
<input type="button" value="Live preview" id="_live_preview">
|
<input type="submit" value="Live preview" id="_live_preview">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<script type="text/javascript" src="{% static "live-preview.js" %}"></script>
|
<script type="text/javascript" src="{% static "live-preview.js" %}"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Reference in a new issue