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, 2 insertions, 0 deletions
diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl
index b58e54f..469854a 100644
--- a/webui_templates/repo_edit.tmpl
+++ b/webui_templates/repo_edit.tmpl
@@ -179,6 +179,8 @@ function disablename(value)
<input type="text" size="255" style="width: 400px;" name="owners" id="owners"
#if $repo
value="$ownerslist"
+ #else
+ value="$user"
#end if
/>
<p class="context-tip">Applies only if using authz_ownership module, comma-delimited</p>