{% extends 'edx/base.html' %} {% load i18n %} {% block title %}{% trans "Redeem" %}{% endblock %} {% block navbar %} {% include 'edx/partials/_student_navbar.html' %} {% endblock navbar %} {% block content %}

{% trans "You are enrolling in: " %} {{ course_name }}

{% blocktrans %}An email has been sent to {{ user_email }} with a link for you to activate your account.{% endblocktrans %}

{% trans "Why activate?" %}

{% trans "We ask you to activate your account to ensure it is really you creating the account and to prevent fraud." %}
{% endblock %}