Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
problem-builder
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
OpenEdx
problem-builder
Commits
dfbcb1c5
Commit
dfbcb1c5
authored
May 20, 2015
by
Sven Marnach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve wording of header and footer HTML help texts.
parent
6a4f355d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
problem_builder/dashboard.py
+2
-2
problem_builder/templates/html/dashboard.html
+1
-1
No files found.
problem_builder/dashboard.py
View file @
dfbcb1c5
...
...
@@ -241,7 +241,7 @@ class DashboardBlock(StudioEditableXBlockMixin, XBlock):
header_html
=
String
(
display_name
=
_
(
"Header HTML"
),
default
=
""
,
help
=
_
(
"
Additional HTML to include after the heading
."
),
help
=
_
(
"
Custom text to include at the beginning of the report
."
),
multiline_editor
=
"html"
,
resettable_editor
=
False
,
scope
=
Scope
.
content
,
...
...
@@ -249,7 +249,7 @@ class DashboardBlock(StudioEditableXBlockMixin, XBlock):
footer_html
=
String
(
display_name
=
_
(
"Footer HTML"
),
default
=
""
,
help
=
_
(
"
Additional HTML to include after the bottom of the page
."
),
help
=
_
(
"
Custom text to include at the end of the report
."
),
multiline_editor
=
"html"
,
resettable_editor
=
False
,
scope
=
Scope
.
content
,
...
...
problem_builder/templates/html/dashboard.html
View file @
dfbcb1c5
...
...
@@ -74,7 +74,7 @@
<div
class=
"report-footer"
>
{{ footer_html|safe }}
</div>
{% endif %}
{% endif %}
</div>
{% if blocks %}
...
...
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