Added results CRUD and result detailed view

This commit is contained in:
2021-12-04 12:20:03 +00:00
parent 6a4fe535e1
commit 018be71ed3
18 changed files with 576 additions and 59 deletions

View File

@ -32,8 +32,10 @@
{% block content %}{% endblock %}
</div>
<footer class="container site-footer">
{% include "admin/components/footer.html" %}
<footer class="container site-footer mt-5">
{% block footer %}
{% include "admin/components/footer.html" %}
{% endblock %}
</footer>
<!-- JQuery, Popper, and Bootstrap js dependencies -->
@ -70,5 +72,7 @@
></script>
{% block datatable_scripts %}
{% endblock %}
{% block custom_data_script %}
{% endblock %}
</body>
</html>