From 38208654dcfc165f3c6689a79687c4cc4bd78140 Mon Sep 17 00:00:00 2001 From: Alphonse Paix Date: Tue, 16 Sep 2025 19:09:11 +0200 Subject: [PATCH] Run on port 8080 for local env + minor fix for subscription confirm page --- configuration/local.yaml | 4 ++-- templates/confirm.html | 27 ++------------------------- 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/configuration/local.yaml b/configuration/local.yaml index 77ba79e..1d068fd 100644 --- a/configuration/local.yaml +++ b/configuration/local.yaml @@ -1,7 +1,7 @@ application: - port: 8001 + port: 8080 host: "127.0.0.1" - base_url: "http://127.0.0.1:8000" + base_url: "http://127.0.0.1:8080" database: host: "127.0.0.1" port: 5432 diff --git a/templates/confirm.html b/templates/confirm.html index 76e04fa..f5e506b 100644 --- a/templates/confirm.html +++ b/templates/confirm.html @@ -22,37 +22,14 @@ content %}

- Subscription confirmed! + Subscription confirmed

- Your email has been confirmed. You're all set to receive our newsletter + Your email has been confirmed! You're all set to receive our newsletter updates.

-
-
-
- - - -
-

- Welcome to our newsletter! You'll receive quality content about - Rust backend development straight to your inbox. -

-
-
-
-