diff --git a/core/templates/ai_chat_new.html b/core/templates/ai_chat_new.html index c0f84ee..0a045c5 100644 --- a/core/templates/ai_chat_new.html +++ b/core/templates/ai_chat_new.html @@ -6,14 +6,6 @@ {% block content %}
- -
-

Conversations

-
- -

No conversations yet.

-
-
diff --git a/core/templates/base.html b/core/templates/base.html index 0bebf24..68fdfe2 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -22,83 +22,38 @@ {% block head %}{% endblock %} - - -
-
- -
- {% block content %}{% endblock %} -
-
-
+ +
+ +
+ {% block content %}{% endblock %} +
+
+ {% block extra_scripts %}{% endblock %}