Skip to content

Commit

Permalink
Adds OFAC messaging to the bottom of the course about page
Browse files Browse the repository at this point in the history
Adds OFAC messaging to the bottom of the course about page
  • Loading branch information
jkachel authored Sep 2, 2022
2 parents 0705a13 + e3a9c92 commit 18d212a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cms/templates/product_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,12 @@ <h3 class="name">{{ member.value.name }}</h3>
</div>
</section>
{% endif %}
<section class="ofac-message">
<div class="container">
<p><em>Who can take this course?</em></p>

<p>Due to U.S. Office of Foreign Assets Control (OFAC) restrictions and other U.S. federal regulations, learners residing in one or more of the following countries or regions will not be able to register for this course: Iran, Cuba, Syria, North Korea and the Crimea, Donetsk People's Republic and Luhansk People's Republic regions of Ukraine.</p>
</div>
</section>
</div>
{% endblock %}
4 changes: 4 additions & 0 deletions frontend/public/scss/product-details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,10 @@
padding-bottom: 20px;
}
}

.ofac-message {
clear: both;
}
}

.upgrade-enrollment-modal {
Expand Down

0 comments on commit 18d212a

Please sign in to comment.