Commit 8452ee7c by Mark Hoeber

Merge pull request #3132 from edx/markhoeber/documentation/stud-1488

Added note about pages being publicly viewable
parents 2086d09f a01d296d
......@@ -31,6 +31,16 @@
}
}
}
.notice-incontext {
padding: 0;
box-shadow: none;
.copy {
@extend %t-copy-base;
opacity: 1;
}
}
}
.content-supplementary {
......
......@@ -54,6 +54,11 @@
<section class="content">
<article class="content-primary" role="main">
<div class="notice-incontext">
<p class="copy">${_("Note: Pages are publicly visible. If users know the URL of a page, they can view the page even if they are not registered for or logged in to your course.")}</p>
</div>
<div class="inner-wrapper">
<article class="unit-body">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment