Move a message to make it extractable

This commit is contained in:
Ned Batchelder
2019-05-28 09:04:25 -04:00
parent 6eae77cf2e
commit 7c6b49e460

View File

@@ -115,11 +115,14 @@ from openedx.core.djangolib.markup import HTML
notification_message=save_message,
is_hidden=not has_saved_answers"
/>
<%
notification_message=_('Answers are displayed within the problem')
%>
<%include file="problem_notifications.html" args="
notification_type='general',
notification_icon='fa-info-circle',
notification_name='show-answer',
notification_message=_('Answers are displayed within the problem'),
notification_message=notification_message,
is_hidden=True"
/>
</div>