Skip to content

Commit

Permalink
fix pointed ids of labels in invite request form
Browse files Browse the repository at this point in the history
  • Loading branch information
Abraham Toriz committed Aug 25, 2023
1 parent e5f8e4b commit dfa935b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bookwyrm/templates/settings/registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
{% include 'snippets/form_errors.html' with errors_list=form.invite_request_text.errors id="desc_invite_request_text" %}
</div>
<div class="field">
<label class="label" for="id_invite_requests_question">
<label class="label" for="id_invite_request_question">
{{ form.invite_request_question }}
{% trans "Set a question for invite requests" %}
</label>
Expand Down
2 changes: 1 addition & 1 deletion bookwyrm/templates/settings/registration_limited.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{% include 'snippets/form_errors.html' with errors_list=form.invite_request_text.errors id="desc_invite_request_text" %}
</div>
<div class="field">
<label class="label" for="id_invite_requests_question">
<label class="label" for="id_invite_request_question">
{{ form.invite_request_question }}
{% trans "Set a question for invite requests" %}
</label>
Expand Down

0 comments on commit dfa935b

Please sign in to comment.