Skip to content

Commit

Permalink
Add statement for each additional instructor on add course form.
Browse files Browse the repository at this point in the history
Add an "Enter information for additional instructor number X."
statement for each additional instructor to clarify what inputs
go with what instructor, and to break the inputs apart a little
better.
  • Loading branch information
somiaj committed Nov 23, 2024
1 parent 1a0169f commit b10aee4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,11 @@
. 'The user ID may contain only numbers, letters, hyphens, periods (dots), commas, and underscores.'
) =%>
</div>
<div class="mb-1">
<div class="mb-2">
% for (1 .. $number_of_additional_users) {
<div class="mb-2">
<%= maketext('Enter information for additional instructor number [_1].', $_) %>
</div>
<div class="row mb-1">
<div class="col-lg-4 col-md-5 col-sm-6">
<div class="form-floating mb-1">
Expand Down

0 comments on commit b10aee4

Please sign in to comment.