##// END OF EJS Templates
fixes issue #199 wrong redirection for non admin users after creating a repository
marcink -
r1367:e8afa84a beta
parent child Browse files
Show More
@@ -10,6 +10,9 b''
10 10 </div>
11 11 <div class="input">
12 12 ${h.text('repo_name',c.new_repo,class_="small")}
13 %if not h.HasPermissionAll('hg.admin')('repo create form'):
14 ${h.hidden('user_created',True)}
15 %endif
13 16 </div>
14 17 </div>
15 18 <div class="field">
General Comments 0
You need to be logged in to leave comments. Login now