Changeset - d9747a04c74a
[Not reviewed]
stable
0 1 0
Tim Freund - 11 years ago 2014-07-16 06:54:20
tim@freunds.net
api_keys: Update 'New api key' label target so clicking the label focuses the input element
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/my_account/my_account_api_keys.html
Show inline comments
 
@@ -55,13 +55,13 @@
 
    ${h.form(url('my_account_api_keys'), method='post')}
 
    <div class="form">
 
        <!-- fields -->
 
        <div class="fields">
 
             <div class="field">
 
                <div class="label">
 
                    <label for="new_email">${_('New api key')}:</label>
 
                    <label for="description">${_('New api key')}:</label>
 
                </div>
 
                <div class="input">
 
                    ${h.text('description', class_='medium', placeholder=_('Description'))}
 
                    ${h.select('lifetime', '', c.lifetime_options)}
 
                </div>
 
             </div>
0 comments (0 inline, 0 general)