Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
f1753ed1
Commit
f1753ed1
authored
8 years ago
by
Peter Fogg
Browse files
Options
Downloads
Patches
Plain Diff
Add page titles to API admin pages.
ECOM-4264
parent
928e4b46
No related branches found
Branches containing commit
Tags
release-2021-06-22-18.58
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lms/templates/api_admin/status.html
+5
-1
5 additions, 1 deletion
lms/templates/api_admin/status.html
lms/templates/api_admin/terms_of_service.html
+3
-1
3 additions, 1 deletion
lms/templates/api_admin/terms_of_service.html
with
8 additions
and
2 deletions
lms/templates/api_admin/status.html
+
5
−
1
View file @
f1753ed1
## mako
<
%
page
expression_filter=
"h"
/>
<
%
inherit
file=
"../main.html"
/>
<
%
<
%
!
from
django.utils.translation
import
ugettext
as
_
from
openedx.core.djangoapps.api_admin.models
import
ApiAccessRequest
from
openedx.core.djangolib.markup
import
HTML
,
Text
%
>
<
%
block
name=
"pagetitle"
>
${_("API Access Request Status")}
</
%
block>
<div
id=
"api-access-wrapper"
>
<h1
id=
"api-header"
>
${_("{platform_name} API Access Request").format(platform_name=settings.PLATFORM_NAME)}
</h1>
<div
class=
"request-status request-${status}"
>
...
...
This diff is collapsed.
Click to expand it.
lms/templates/api_admin/terms_of_service.html
+
3
−
1
View file @
f1753ed1
## mako
<
%
page
expression_filter=
"h"
/>
<
%
inherit
file=
"../main.html"
/>
<
%
<
%
!
from
django.core.urlresolvers
import
reverse
from
django.utils.translation
import
ugettext
as
_
%
>
<
%
block
name=
"pagetitle"
>
${_("API Terms of Service")}
</
%
block>
<div
id=
"api-access-wrapper"
>
<h1
id=
"api-header"
>
${_("Terms of Service for {platform_name} APIs").format(platform_name=settings.PLATFORM_NAME)}
</h1>
<h2
class=
"api-subheading"
>
${_("Effective Date: April 12th, 2016")}
</h2>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment