comparison kallithea/templates/admin/repos/repo_add_base.html @ 4197:d208416c84c6 kallithea-2.2.5-rebrand

Rename rhodecode_user to authuser - it is an AuthUser instance
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:05:10 -0400
parents d1addaf7a91e
children b3f12c354e87
comparison
equal deleted inserted replaced
4196:06e49be38d78 4197:d208416c84c6
11 <div class="input"> 11 <div class="input">
12 ${h.text('repo_name',class_="small")} 12 ${h.text('repo_name',class_="small")}
13 <div style="margin: 6px 0px 0px 0px"> 13 <div style="margin: 6px 0px 0px 0px">
14 <a id="remote_clone_toggle" href="#"><i class="icon-download-alt"></i> ${_('Import existing repository ?')}</a> 14 <a id="remote_clone_toggle" href="#"><i class="icon-download-alt"></i> ${_('Import existing repository ?')}</a>
15 </div> 15 </div>
16 %if not c.rhodecode_user.is_admin: 16 %if not c.authuser.is_admin:
17 ${h.hidden('user_created',True)} 17 ${h.hidden('user_created',True)}
18 %endif 18 %endif
19 </div> 19 </div>
20 </div> 20 </div>
21 <div id="remote_clone" class="field" style="display: none"> 21 <div id="remote_clone" class="field" style="display: none">