Skip to content

Commit a4b5ae2

Browse files
authored
Merge pull request #2836 from drgrice1/lti-update-hidden-auth
Add the hidden authentication fields to the LTI update form.
2 parents a00a004 + 8036401 commit a4b5ae2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/ContentGenerator/Instructor/LTIUpdate.html.ep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
%
4848
<h2><%= maketext('Start LTI Grade Update') %></h2>
4949
<%= form_for current_route, method => 'POST', id => 'updateLTIForm', name => 'updateLTIForm', begin =%>
50+
<%= $c->hidden_authen_fields =%>
5051
<div class="row mb-3">
5152
<%= label_for updateUserID => maketext('Update user:'), class => 'col-auto col-form-label fw-bold' =%>
5253
<div class="col-auto">

0 commit comments

Comments
 (0)