Show a message when the page is not yet saved

This commit is contained in:
Flavio Copes
2015-07-29 16:58:01 +02:00
parent 4d04b65f54
commit 52cbb59840

View File

@@ -136,4 +136,14 @@
</script>
</div>
</div>
{% else %}
<div class="form-tab">
<div class="form-field">
<div class="form-label">
<label>
You cannot add media files until you save the page. Just click 'Save' on top
</label>
</div>
</div>
</div>
{% endif %}