feat: finalize UI/UX

This commit is contained in:
mohamad
2026-08-01 16:30:24 +03:30
parent 3c50abf404
commit 28e0f7f8fe
26 changed files with 822 additions and 528 deletions
+2 -2
View File
@@ -16,13 +16,13 @@ class ProjectPortalTest(TestCase):
first_name="Client",
last_name="User",
)
ClientProfile.objects.create(user=self.user, timezone="UTC")
ClientProfile.objects.create(user=self.user)
self.other = User.objects.create_user(
username="other",
email="other@example.com",
password="Str0ngPass!word",
)
ClientProfile.objects.create(user=self.other, timezone="UTC")
ClientProfile.objects.create(user=self.other)
def _brief_payload(self):
return {