minor comments on domain-detail branch

This commit is contained in:
doanguyen 2019-12-28 22:11:40 +01:00 committed by Son NK
parent 45c49f1e1a
commit 6f256bcd3f

View file

@ -103,7 +103,4 @@ def domain_detail(custom_domain_id):
dkim_record = f"v=DKIM1; k=rsa; p={DKIM_DNS_VALUE}"
return render_template(
"dashboard/domain_detail.html",
**locals()
)
return render_template("dashboard/domain_detail.html", **locals())