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
46da4cf2
Commit
46da4cf2
authored
12 years ago
by
Vik Paruchuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add in a better notification icon
parent
67e364fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
common/static/images/grading_notification.png
+0
-0
lms/djangoapps/open_ended_grading/open_ended_notifications.py
+3
-3
No files found.
common/static/images/grading_notification.png
0 → 100644
View file @
46da4cf2
584 Bytes
This diff is collapsed.
Click to expand it.
lms/djangoapps/open_ended_grading/open_ended_notifications.py
View file @
46da4cf2
...
...
@@ -50,7 +50,7 @@ def staff_grading_notifications(course, user):
log
.
info
(
"Problem with getting notifications from staff grading service."
)
if
pending_grading
:
img_path
=
"/static/images/
slider-handle
.png"
img_path
=
"/static/images/
grading_notification
.png"
notification_dict
=
{
'pending_grading'
:
pending_grading
,
'img_path'
:
img_path
,
'response'
:
notifications
}
...
...
@@ -83,7 +83,7 @@ def peer_grading_notifications(course, user):
log
.
info
(
"Problem with getting notifications from peer grading service."
)
if
pending_grading
:
img_path
=
"/static/images/
slider-handle
.png"
img_path
=
"/static/images/
grading_notification
.png"
notification_dict
=
{
'pending_grading'
:
pending_grading
,
'img_path'
:
img_path
,
'response'
:
notifications
}
...
...
@@ -129,7 +129,7 @@ def combined_notifications(course, user):
log
.
exception
(
"Problem with getting notifications from controller query service."
)
if
pending_grading
:
img_path
=
"/static/images/
slider-handle
.png"
img_path
=
"/static/images/
grading_notification
.png"
notification_dict
=
{
'pending_grading'
:
pending_grading
,
'img_path'
:
img_path
,
'response'
:
notifications
}
...
...
This diff is collapsed.
Click to expand it.
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