Template refactor, task update

Banter no longer fails if AI offline. Refactoring of templates.
This commit is contained in:
2024-02-18 23:33:09 +01:00
parent c7bd7fda9b
commit fcf31cb896
14 changed files with 90 additions and 46 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
{% load static %}
{% if body %}
<script>
function closeclippy(e) {
console.log(e)
@@ -14,4 +15,4 @@
<img src="{% static img %}" />
{% endif %}
</div>
{% endif %}