{% extends 'publisher/base.html' %}
{% load i18n %}
{% load staticfiles %}
{% block title %}
{% trans "Edit Course" %}
{% endblock title %}
{% block page_content %}
{% trans "Edit Course" %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% trans "The information in the Studio Instance section is required before edX can create a Studio instance for the course run." %}
{% trans "The information in the About Page section is not required before edX creates a Studio instance for the course run. You can return to this page and enter this information later. This information is required before edX announces the course." %}