Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
bc293b05
Commit
bc293b05
authored
Apr 07, 2015
by
Phil McGachey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[LTI Provider] Made reverifications parameter to courseware optional
parent
3f7d6377
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html
+7
-4
No files found.
lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html
View file @
bc293b05
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
% if reverifications["must_reverify"]:
% if reverifications:
% if reverifications["must_reverify"]:
% if len(reverifications["must_reverify"]) > 1:
<div
class=
"wrapper-msg urgency-high"
>
...
...
@@ -57,10 +59,10 @@
</div>
% endfor
%endif
%endif
%endif
%if reverifications["denied"] and denied_banner:
<div
class=
"wrapper-msg urgency-high"
id=
"failed-verification-banner"
>
%if reverifications["denied"] and denied_banner:
<div
class=
"wrapper-msg urgency-high"
id=
"failed-verification-banner"
>
<div
class=
"msg msg-reverify is-dismissable"
>
<div
class=
"msg-content"
>
<h2
class=
"title"
>
${_("Your re-verification failed")}
</h2>
...
...
@@ -84,4 +86,5 @@
</div>
</div>
</div>
%endif
%endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment