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
002972f2
Commit
002972f2
authored
Nov 01, 2013
by
Diana Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dates from status messages
* clean up one last typo LMS-1387
parent
17610edf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
common/djangoapps/student/views.py
+1
-1
lms/templates/dashboard/_dashboard_status_verification.html
+2
-2
No files found.
common/djangoapps/student/views.py
View file @
002972f2
...
...
@@ -695,7 +695,7 @@ def disable_account_ajax(request):
context
[
'message'
]
=
_
(
"User with username {} does not exist"
)
.
format
(
username
)
return
JsonResponse
(
context
,
status
=
400
)
else
:
user_account
,
_succss
=
UserStanding
.
objects
.
get_or_create
(
user_account
,
_succ
e
ss
=
UserStanding
.
objects
.
get_or_create
(
user
=
user
,
defaults
=
{
'changed_by'
:
request
.
user
},
)
if
account_action
==
'disable'
:
...
...
lms/templates/dashboard/_dashboard_status_verification.html
View file @
002972f2
...
...
@@ -15,7 +15,7 @@
<div
class=
"status-note"
>
<span
class=
"deco-arrow"
></span>
<p>
${_("Your verification status is good
until October 31, 2013
")}
</p>
<p>
${_("Your verification status is good
for one year after submission.
")}
</p>
</div>
</div>
</li>
...
...
@@ -31,7 +31,7 @@
<div
class=
"status-note"
>
<span
class=
"deco-arrow"
></span>
<p>
${_("Your verification
, submitted on October 29, 2013, is pending
.")}
</p>
<p>
${_("Your verification
photos have been submitted and are awaiting a response
.")}
</p>
</div>
</div>
</li>
...
...
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