{% extends 'univ_oahpa.html' %} {% load i18n %} {% load cache %} {% load goal_filters %} {% load staticfiles %} {% get_current_language as LANGUAGE_CODE %} {% comment %} TODO: internationalization strings {% endcomment %} {% block main_js %}{% endblock %} {% block extrajs %} {% endblock %} {% block imgprefix %}numra{% endblock %} {% block page_class %}fixed{% endblock %} {% block content %} {# Add blocktrans and trans tags #}

Course invitation

{% if target_course %}

{% blocktrans %} You've been successfully enrolled in {{ target_course }}, check out your course profile to begin working on course goals, or click one of the exercises above to begin learning. {% endblocktrans %}

Course profile {% else %}

{% blocktrans %}Your enrollment key wasn't valid-- check with your instructor.{% endblocktrans %}

{% endif %} {% if error %}

{{ error }}

{% endif %}
{% endblock %} {# vim: set ts=4 sw=4 tw=0 syntax=htmldjango : #}