diff --git a/app/dashboard/templates/dashboard/domain_detail/auto-create.html b/app/dashboard/templates/dashboard/domain_detail/auto-create.html index d6356d82..6a0280f9 100644 --- a/app/dashboard/templates/dashboard/domain_detail/auto-create.html +++ b/app/dashboard/templates/dashboard/domain_detail/auto-create.html @@ -38,7 +38,7 @@ {% if custom_domain.auto_create_rules | length > 0 %} -
+
{% for auto_create_rule in custom_domain.auto_create_rules %}
@@ -61,11 +61,11 @@
{% endif %} -
+

New rule

-
+ {{ new_auto_create_rule_form.csrf_token }} @@ -152,7 +152,7 @@
{% if auto_create_test_result %} -
+
{{ auto_create_test_result }}
{% endif %}