{% 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 "To add or edit information about this course, make changes on this page and then select" %}
{% trans "Update Course." %}
{% trans "All required fields must be complete before this course can be sent for review." %}