diff --git a/CLAUDE.md b/CLAUDE.md index f6471c3..d3b8c95 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Project Overview -NetCop Hub is a Django-based AI agent marketplace platform where users can purchase and interact with specialized AI agents. The system supports both webhook-based and API-based agents with integrated payment processing via Stripe. +Quantum Tasks AI is a Django-based AI agent marketplace platform where users can purchase and interact with specialized AI agents. The system supports both webhook-based and API-based agents with integrated payment processing via Stripe. ## Development Commands diff --git a/data_analyzer/templates/data_analyzer/detail.html b/data_analyzer/templates/data_analyzer/detail.html index 5f088a3..3cafeea 100644 --- a/data_analyzer/templates/data_analyzer/detail.html +++ b/data_analyzer/templates/data_analyzer/detail.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load static %} -{% block title %}Data Analyzer - NetCop AI Hub{% endblock %} +{% block title %}Data Analyzer - Quantum Tasks AI{% endblock %} {% block extra_css %} diff --git a/email_writer/templates/email_writer/detail.html b/email_writer/templates/email_writer/detail.html index e434768..7afcab3 100644 --- a/email_writer/templates/email_writer/detail.html +++ b/email_writer/templates/email_writer/detail.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load static %} -{% block title %}Email Writer Agent - NetCop AI Hub{% endblock %} +{% block title %}Email Writer Agent - Quantum Tasks AI{% endblock %} {% block extra_css %} diff --git a/five_whys_analyzer/templates/five_whys_analyzer/detail.html b/five_whys_analyzer/templates/five_whys_analyzer/detail.html index 0ad9bb2..6c434d1 100644 --- a/five_whys_analyzer/templates/five_whys_analyzer/detail.html +++ b/five_whys_analyzer/templates/five_whys_analyzer/detail.html @@ -1,133 +1,169 @@ -{% extends "base.html" %} +{% extends 'base.html' %} {% load static %} -{% block title %}5 Whys Analysis Agent - NetCop AI Hub{% endblock %} +{% block title %}5 Whys Analysis Agent - Quantum Tasks AI{% endblock %} {% block extra_css %} - - - - - - - - - - - + {% endblock %} {% block content %} -
{{ agent.description }}
-