From 8a67eeb8c5626da44ad5a5a136578e0e6ab5dd84 Mon Sep 17 00:00:00 2001 From: Daniel Roschka Date: Thu, 2 Apr 2015 13:39:18 +0200 Subject: [PATCH] Fixes label assignment to fields for radio button fields. --- binder/templates/bcommon/add_cname_record_form.html | 4 ++-- binder/templates/bcommon/add_record_form.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/binder/templates/bcommon/add_cname_record_form.html b/binder/templates/bcommon/add_cname_record_form.html index 255fac9..6aeabce 100644 --- a/binder/templates/bcommon/add_cname_record_form.html +++ b/binder/templates/bcommon/add_cname_record_form.html @@ -45,8 +45,8 @@
{% for ttl, description in ttl_choices %} -
diff --git a/binder/templates/bcommon/add_record_form.html b/binder/templates/bcommon/add_record_form.html index cabc7cc..78bf651 100644 --- a/binder/templates/bcommon/add_record_form.html +++ b/binder/templates/bcommon/add_record_form.html @@ -41,7 +41,7 @@ {% if "in-addr.arpa" not in zone_name and "ip6.arpa" not in zone_name %} {% for type, name in record_type_choices %} {% endfor %} {% else %} @@ -76,7 +76,7 @@
{% for ttl, description in ttl_choices %} {% endfor %}