This commit is contained in:
Ross
2021-12-31 22:21:21 +00:00
parent a5aaa89591
commit 400f6548e8
2 changed files with 22 additions and 9 deletions
+2 -4
View File
@@ -1,10 +1,8 @@
{% extends 'base.html' %}
{% extends 'generic/base.html' %}
{% block content %}
<div class="">
<pre>
{{report}}
</pre>
<pre>{{report}}</pre>
</div>
{% endblock %}