From 59e4dbb6a6331ce6d4e897c84fd4f975a36b58d5 Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Tue, 17 Aug 2021 19:39:58 +0200 Subject: [PATCH] fix error display on domain ownership check --- app/dashboard/views/domain_detail.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/dashboard/views/domain_detail.py b/app/dashboard/views/domain_detail.py index 1d307966..d2513ed6 100644 --- a/app/dashboard/views/domain_detail.py +++ b/app/dashboard/views/domain_detail.py @@ -61,6 +61,7 @@ def domain_detail_dns(custom_domain_id): ) else: flash("We can't find the needed TXT record", "error") + ownership_ok = False ownership_errors = txt_records elif request.form.get("form-name") == "check-mx":