Skip to content
Snippets Groups Projects
Commit 2b7587d6 authored by Julia Hansbrough's avatar Julia Hansbrough
Browse files

Added alternate upsell copy flag

For waffle / split testing purposes
parent 83f42f56
No related branches found
No related tags found
No related merge requests found
......@@ -61,13 +61,17 @@
<%include file='_dashboard_certificate_information.html' args='cert_status=cert_status,course=course, enrollment=enrollment'/>
% endif
%if course_mode_info['show_upsell']:
% if course_mode_info['show_upsell']:
<div class="message message-upsell has-actions is-expandable is-shown">
<div class="wrapper-tip">
<h4 class="message-title">
<i class="icon-caret-down ui-toggle-expansion"></i>
<span class="value">${_("Challenge Yourself!")}</span>
% if waffle.flag_is_active(request, 'alternate_upsell_copy'):
<span class="value">${_("Document your accomplishment!")}</span>
% else:
<span class="value">${_("Challenge Yourself!")}</span>
% endif
</h4>
<p class="message-copy">${_("Take this course as an ID-verified student.")}</p>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment