summaryrefslogtreecommitdiffstats
path: root/install/ui/rule.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/rule.js')
-rw-r--r--install/ui/rule.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/ui/rule.js b/install/ui/rule.js
index aec86574f..40d05c8da 100644
--- a/install/ui/rule.js
+++ b/install/ui/rule.js
@@ -36,8 +36,6 @@ IPA.rule_details_section = function(spec) {
that.create = function(container) {
- if (that.template) return;
-
if (that.text) container.append(that.text);
var field = that.get_field(that.field_name);