Drop the company-site header from the shortener landing.
CI / test (pull_request) Successful in 4s

The public page is about Piha, not aimloperations.com nav. Add a Why
Piha? section for the Quenya "little/small" name.

Closes #5.
This commit is contained in:
2026-08-30 10:26:58 -05:00
parent ccb4d0097d
commit 30aa721a92
4 changed files with 18 additions and 28 deletions
+3
View File
@@ -262,8 +262,11 @@ class RedirectTests(TestCase):
self.assertEqual(response.status_code, 200)
self.assertContains(response, "piha.lc")
self.assertContains(response, "Request access")
self.assertContains(response, "Why Piha?")
self.assertContains(response, "Quenya")
self.assertContains(response, "aimloperations.com")
self.assertContains(response, "Contact")
self.assertNotContains(response, "<nav")
self.assertNotContains(response, "Create a short link")
def test_click_row_and_count(self):