mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 15:28:37 -05:00
Add tabindex to the password interstitial.
This commit is contained in:
committed by
Neil Williams
parent
da91580dc6
commit
e745eec6fd
@@ -17,11 +17,11 @@
|
||||
% if thing.dest:
|
||||
<input type="hidden" name="dest" value="${thing.dest}" />
|
||||
% endif
|
||||
<input type="password" name="password" />
|
||||
<input type="password" name="password" tabindex="1" />
|
||||
${error_field("WRONG_PASSWORD", "password")}
|
||||
</%utils:round_field>
|
||||
|
||||
<p><button type="submit" class="btn">${_('turn admin on')}</button></p>
|
||||
<p><button type="submit" class="btn" tabindex="1">${_('turn admin on')}</button></p>
|
||||
<p class="status error"></p>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user