Merge pull request #5251 from edx/ned/revert-lti-username-email
Revert "username and email request for lti module"
This commit is contained in:
@@ -89,9 +89,6 @@ class TestLTI(BaseTestXmodule):
|
||||
'module_score': None,
|
||||
'comment': u'',
|
||||
'weight': 1.0,
|
||||
'request_username': self.item_descriptor.request_username,
|
||||
'request_email': self.item_descriptor.request_email,
|
||||
'text_box': self.item_descriptor.text_box,
|
||||
}
|
||||
|
||||
def mocked_sign(self, *args, **kwargs):
|
||||
|
||||
@@ -26,9 +26,6 @@
|
||||
% if launch_url and launch_url != 'http://www.example.com' and not hide_launch:
|
||||
% if open_in_a_new_page:
|
||||
<div class="wrapper-lti-link">
|
||||
<div class="ltiTextBox">
|
||||
<span>${text_box}</span>
|
||||
</div>
|
||||
<p class="lti-link external"><a target="_blank" class="link_lti_new_window" href="${form_url}">
|
||||
${_('View resource in a new window')}
|
||||
<i class="icon-external-link"></i>
|
||||
@@ -46,7 +43,7 @@
|
||||
<h3 class="error_message">
|
||||
${_('Please provide launch_url. Click "Edit", and fill in the required fields.')}
|
||||
</h3>
|
||||
% endif
|
||||
%endif
|
||||
|
||||
% if has_score and comment:
|
||||
<h4 class="problem-feedback-label">${_("Feedback on your work from the grader:")}</h4>
|
||||
|
||||
Reference in New Issue
Block a user