Commit 17cbbd43 by Waheed Ahmed

Fixed edit course-run page cancel button.

ECOM-7674
parent bf0dbc9e
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
<div class="course-form"> <div class="course-form">
<div class="course-information action-buttons"> <div class="course-information action-buttons">
<a href="{% url 'publisher:publisher_courses' %}">{% trans "Cancel" %}</a> <a href="{% url 'publisher:publisher_course_run_detail' course_run.id %}">{% trans "Cancel" %}</a>
<button class="btn-brand btn-base btn-save" type="submit"> <button class="btn-brand btn-base btn-save" type="submit">
{% trans "Update Course Run" %} {% trans "Update Course Run" %}
</button> </button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment