summaryrefslogtreecommitdiffstats
path: root/webui_templates/repo_edit.tmpl
diff options
context:
space:
mode:
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
/>