Fix live preview button design on safari ios

This commit is contained in:
Gabriel Augendre 2020-12-29 20:06:32 +01:00
parent eae1baa326
commit ed34d79dae
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -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 %}