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 %}
- 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.
-