remove button on top right in edit view, we now have position:sticky

This commit is contained in:
Laura Klünder 2017-06-11 02:14:45 +02:00
parent 6f13be9b8b
commit 306f543887

View file

@ -3,10 +3,6 @@
{% include 'editor/fragment_sections.html' %}
<a class="btn btn-sm {% if new %}btn-danger{% else %}btn-default{% endif %} pull-right" href="{{ back_url }}">
{% trans 'Cancel' %}
</a>
<h3>
{% if new %}
{% blocktrans %}New {{ model_title }}{% endblocktrans %}