{% extends 'univ_oahpa.html' %} {% load i18n %} {% load cache %} {% load goal_filters %} {% get_current_language as LANGUAGE_CODE %} {% load staticfiles %} {% 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 #}
{% if confirmation %}

{% trans "NB: this will reset the course invite link" %}

{% trans "Be sure to update users with the new link so they have access." %}

{% endif %} {% if reset_success %}

{% trans "Success!" %}


{% trans "Here is the new invitation link:" %}

{{ course.invitation_link }}
{% trans "Back to courses" %} {% endif %}
{% endblock %} {# vim: set ts=4 sw=4 tw=0 syntax=htmldjango : #}