Skip to content

Commit aae5d7a

Browse files
committed
CR fix
1 parent e2c6a42 commit aae5d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/event/partials/edit_event_details_tab.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
</div>
2323

2424
<div class="form_row">
25-
<label>Invited emails: </label>
26-
<input type="text" name="invited" placeholder="Invited emails, separated by commas">
25+
<label for="invited">Invited emails: </label>
26+
<input type="text" id="invited" name="invited" placeholder="Invited emails, separated by commas">
2727
</div>
2828

2929
<div class="form_row textarea">

0 commit comments

Comments
 (0)