We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adbe5e commit 2492f8aCopy full SHA for 2492f8a
warehouse/templates/accounts/register.html
@@ -94,7 +94,7 @@ <h1 class="page-title">Create an account on PyPI</h1>
94
</div>
95
96
<div class="form-group">
97
- <label for="password_confirm" class="sr-only">Confirm Password</label>
+ <label for="password_confirm" class="for-group__label">Confirm Password</label>
98
{{ form.password_confirm(placeholder="Confirm password", required="required", class_="form-group__input") }}
99
{% if form.password_confirm.errors %}
100
<ul class="form-errors">
0 commit comments