Skip to content

Commit 42987fb

Browse files
committed
chore: remove unnecessary form in HTML file
1 parent abdd434 commit 42987fb

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

xblocks_contrib/lti/templates/lti.html

-35
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,6 @@
11
{% load i18n %}
22

33
<div class="lti-wrapper">
4-
<div
5-
id="lti_id"
6-
class="lti"
7-
data-open_in_a_new_page="true"
8-
data-ajax_url="www.example.com/ajax_url"
9-
data-package-name="xblocks-contrib"
10-
>
11-
12-
<form
13-
action=""
14-
name="ltiLaunchForm"
15-
class="ltiLaunchForm"
16-
method="post"
17-
target="_blank"
18-
enctype="application/x-www-form-urlencoded"
19-
>
20-
<input name="launch_presentation_return_url" value="" />
21-
<input name="lti_version" value="LTI-1p0" />
22-
<input name="user_id" value="student" />
23-
<input name="oauth_nonce" value="28347958723982798572" />
24-
<input name="oauth_timestamp" value="2389479832" />
25-
<input name="oauth_consumer_key" value="" />
26-
<input name="lis_result_sourcedid" value="" />
27-
<input name="oauth_signature_method" value="HMAC-SHA1" />
28-
<input name="oauth_version" value="1.0" />
29-
<input name="role" value="student" />
30-
<input name="lis_outcome_service_url" value="" />
31-
<input name="oauth_signature" value="89ru3289r3ry283y3r82ryr38yr" />
32-
<input name="lti_message_type" value="basic-lti-launch-request" />
33-
<input name="oauth_callback" value="about:blank" />
34-
<input name="context_id" value="testorg/testcoursename/2014" />
35-
36-
<input type="submit" value="Press to Launch" />
37-
</form>
38-
</div>
394
<h3 class="hd hd-3 problem-header">
405
{# Translators: "External resource" means that this learning module is hosted on a platform external to the edX LMS #}
416
{{display_name}} ({% trans 'External resource' %})

0 commit comments

Comments
 (0)