enable GPG fingerprint entry with disabled ECMAScript
This commit is contained in:
parent
70d72e5f28
commit
d3fe053dd3
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ ${h.form(h.url_for(action='urllist'), method='get')}
|
|||
${h.text('name',
|
||||
h.escape(request.params.get('name', None)), id='name')}<br />
|
||||
</div>
|
||||
<div id="gpgfpfield" class="hidden">
|
||||
<div id="gpgfpfield">
|
||||
<label for="gpgfp">${_('GPG fingerprint:')}
|
||||
% if 'gpgfp' in c.messages['errors']:
|
||||
<br />
|
||||
|
@ -65,7 +65,7 @@ ${h.form(h.url_for(action='urllist'), method='get')}
|
|||
</label><br />
|
||||
${h.text('gpgfp',
|
||||
h.escape(request.params.get('gpgfp', None)),
|
||||
id='gpgfp', readonly='readonly')}<br />
|
||||
id='gpgfp')}<br />
|
||||
</div>
|
||||
<div id="usernamefield" \
|
||||
% if 'username' in c.messages['errors']:
|
||||
|
|
Loading…
Reference in a new issue