From ee580a768b2ac653bae4a56afeadb3c5ef96dbee Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 26 Nov 2025 09:11:58 +0000 Subject: [PATCH] Edit core/templates/core/index.html via Editor --- core/templates/core/index.html | 190 ++++++++++----------------------- 1 file changed, 57 insertions(+), 133 deletions(-) diff --git a/core/templates/core/index.html b/core/templates/core/index.html index faec813..18f3149 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -1,145 +1,69 @@ -{% extends "base.html" %} +{% extends 'base.html' %} +{% load static %} -{% block title %}{{ project_name }}{% endblock %} +{% block title %}!!!Support Center!!!{% endblock %} {% block head %} - - - + {% endblock %} {% block content %} -
-
-

Analyzing your requirements and generating your app…

-
- Loading… +
+
+

Support Center

+

Your one-stop solution for all support needs. Create and track your tickets with ease.

+ Submit a Ticket
-

AppWizzy AI is collecting your requirements and applying the first changes.

-

This page will refresh automatically as the plan is implemented.

-

- Runtime: Django {{ django_version }} · Python {{ python_version }} - — UTC {{ current_time|date:"Y-m-d H:i:s" }} -

-
-
- -{% endblock %} \ No newline at end of file + + +
+
+
+

Create Tickets

+

Quickly submit a new support ticket through our simple form.

+
+
+

Track Status

+

Keep an eye on the progress of your tickets in real-time.

+
+
+

Get Notified

+

Receive email notifications as your ticket is updated.

+
+
+
+{% endblock %}