Improved testability

This commit is contained in:
Ozzieisaacs 2020-02-08 11:33:31 +01:00
parent b33a2ac90d
commit 6698773d81
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
{% endfor %}
</div>
<button onclick="sendData('{{ url_for('shelf.order_shelf', shelf_id=shelf.id) }}')" class="btn btn-default" id="ChangeOrder">{{_('Change order')}}</button>
<a href="{{ url_for('shelf.show_shelf', shelf_id=shelf.id) }}" class="btn btn-default">{{_('Back')}}</a>
<a href="{{ url_for('shelf.show_shelf', shelf_id=shelf.id) }}" id="shelf_back" class="btn btn-default">{{_('Back')}}</a>
</div>
{% endblock %}