Commit abf0f4d6 authored by OzzieIsaacs's avatar OzzieIsaacs

Updated Testresult

Fixed delete book call
parent 2bea447d
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</table> </table>
{% endblock %} {% endblock %}
{% block modal %} {% block modal %}
{{ delete_book(0) }} {{ delete_book() }}
{% if g.user.role_edit() %} {% if g.user.role_edit() %}
<div class="modal fade" id="mergeModal" role="dialog" aria-labelledby="metaMergeLabel"> <div class="modal fade" id="mergeModal" role="dialog" aria-labelledby="metaMergeLabel">
<div class="modal-dialog"> <div class="modal-dialog">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment