summaryrefslogtreecommitdiffstats
path: root/webui_templates/repo_edit.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-14 12:14:56 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-14 12:14:56 -0500
commit39ad540c08a2b9eadefa9862b6bab42e085dafbc (patch)
tree43d7eef0bafd98bdc79942dfdded36e81fb070c1 /webui_templates/repo_edit.tmpl
parentd0deea1ae3da2f37814d2ec78fb7c31de6ddbed7 (diff)
downloadthird_party-cobbler-39ad540c08a2b9eadefa9862b6bab42e085dafbc.tar.gz
third_party-cobbler-39ad540c08a2b9eadefa9862b6bab42e085dafbc.tar.xz
third_party-cobbler-39ad540c08a2b9eadefa9862b6bab42e085dafbc.zip
Disable the blender cache as it's running afoul of the sync code, mixing up profiles/systems
data incorrectly when blending objects for cobbler/sync.
Diffstat (limited to 'webui_templates/repo_edit.tmpl')
-rw-r--r--webui_templates/repo_edit.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl
index cd236a8..b4ac2f0 100644
--- a/webui_templates/repo_edit.tmpl
+++ b/webui_templates/repo_edit.tmpl
@@ -80,7 +80,7 @@ function disablename(value)
</td>
<td>
<input type="checkbox" name="keep_updated" id="keep_updated"
- #if not $repo or $repo.keep_updated is True
+ #if (not $repo) or $repo.keep_updated
checked="true"
#end if
/>