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
ecf855eb
Commit
ecf855eb
authored
Jul 25, 2013
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup translations
parent
5738e4f7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cms/templates/manage_users.html
+2
-2
No files found.
cms/templates/manage_users.html
View file @
ecf855eb
...
...
@@ -98,7 +98,7 @@
<h3
class=
"user-name"
>
<span
class=
"user-username"
>
${user.username}
</span>
<span
class=
"user-email"
>
<a
class=
"action action-email"
href=
"mailto:${user.email}"
title=
"
send an email message to ${user.email
}"
>
${user.email}
</a>
<a
class=
"action action-email"
href=
"mailto:${user.email}"
title=
"
${_("
send
an
email
message
to
{
email
}").
format
(
email=
user.email)
}"
>
${user.email}
</a>
</span>
</h3>
</div>
...
...
@@ -114,7 +114,7 @@
</li>
% if request.user.id != user.id: ## can't remove yourself
<li
class=
"action action-delete"
>
<a
href=
"#"
class=
"delete remove-user action-icon"
data-id=
"${user.email}"
><i
class=
"icon-trash"
></i><span
class=
"sr"
>
${_("Delete the user,
")} ${user.username
}
</span></a>
<a
href=
"#"
class=
"delete remove-user action-icon"
data-id=
"${user.email}"
><i
class=
"icon-trash"
></i><span
class=
"sr"
>
${_("Delete the user,
{username}").format(username=user.username)
}
</span></a>
</li>
% endif
</ul>
...
...
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