create team_create_form and book_appointment_form and create_tickt_form create view and url

This commit is contained in:
2026-01-09 12:45:38 +05:30
parent ad2f0ac941
commit a883d37e7c
9 changed files with 706 additions and 128 deletions

View File

@@ -9,7 +9,7 @@
<a href="/">
<img src="{% static 'images/logo.png' %}" alt="B42 Logo" class="h-10 w-auto mx-auto mb-4">
</a>
<p class="text-sm">© 2025 SFY GmbH</p>
<p class="text-sm">© 2025 SFY GmbH</p>
</div>
<!-- PRODUCTS -->

View File

@@ -57,7 +57,7 @@
</header>
<!-- Main Content -->
<main class="min-h-screen">
<main class="">
{% block content %}
{% endblock %}
</main>