{% extends 'publisher/base.html' %} {% load i18n %} {% load staticfiles %} {% block title %} {% trans "New Course Run" %} {% endblock title %} {% block page_content %}
{% url 'publisher:publisher_courses_readonly' parent_course.id as course_url %} {% with link_start='' link_end='' %} {% blocktrans %} The fields below will only affect this new course run. If you feel the need edit information from the parent course then you may do so on the {{ link_start }}{{ course_url }}{{ link_middle }}parent course for this run{{ link_end }}. {% endblocktrans %} {% endwith %}