{% extends 'publisher/base.html' %}
{% load i18n %}
{% load static %}
{% block title %}
{% trans "Edit Course Run" %}
{% endblock title %}
{% block page_content %}
{% trans "Edit Course Run" %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% blocktrans with strong_start='' strong_end='' trimmed %}
To add or edit information about this course run, make changes on this page and then select {{ strong_start }}Update Course Run{{ strong_end }}. All required fields must be complete before this course run can be sent for review.
{% endblocktrans %}
{% blocktrans with strong_start='' strong_end='' trimmed %}
{{ strong_start }}Note:{{ strong_end }} If you edit course information after edX marketing has reviewed the course, you have to send the course to edX marketing for review again.
{% endblocktrans %}