|
@ -26,6 +26,7 @@ |
|
|
{% endblock %} |
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
{% block content %} |
|
|
{% block content %} |
|
|
|
|
|
{% block form %} |
|
|
{% if form %} |
|
|
{% if form %} |
|
|
<form class="row"> |
|
|
<form class="row"> |
|
|
<div class="col s12"> |
|
|
<div class="col s12"> |
|
@ -59,11 +60,17 @@ |
|
|
</ul> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
{% endblock form %} |
|
|
|
|
|
{% block data %} |
|
|
{% include "utils/report/report_items_snippet.html" with mode="html" %} |
|
|
{% include "utils/report/report_items_snippet.html" with mode="html" %} |
|
|
|
|
|
{% endblock data %} |
|
|
{% endblock %} |
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
{% block footer %} |
|
|
{% block footer %} |
|
|
{{ block.super }} |
|
|
{{ block.super }} |
|
|
|
|
|
{% if form %} |
|
|
|
|
|
{{ form.media }} |
|
|
|
|
|
{% endif %} |
|
|
<script> |
|
|
<script> |
|
|
$(document).ready(function(){ |
|
|
$(document).ready(function(){ |
|
|
M.FloatingActionButton.init($('.fixed-action-btn'), {hoverEnabled: false}); |
|
|
M.FloatingActionButton.init($('.fixed-action-btn'), {hoverEnabled: false}); |
|
|