Commit 2623e6f4 by Asad Azam Committed by AsadAzam

Add Create_new_course button to dashboard

parent d1b9859c
......@@ -435,6 +435,21 @@
display: inline-block;
}
.btn-add-course {
background-color: #34495E;
border: solid 1px #243342;
color: #F5F9FD;
font-size: 16px;
}
.about-publisher {
max-width: 75%;
}
.about-and-button {
display: -webkit-box;
}
#id_organization {
width: auto;
......
......@@ -9,7 +9,12 @@
{% block page_content %}
<div class="publisher-container">
<h2 class="hd-2 emphasized">{% trans "COURSE ABOUT PAGES" %}</h2>
<p>{% trans "EdX Publisher is used to create course About pages. Users enter, review, and approve content in Publisher. Publisher keeps track of the details and sends email updates when actions are necessary." %}</p>
<div class="about-and-button">
<p class="about-publisher">{% trans "EdX Publisher is used to create course About pages. Users enter, review, and approve content in Publisher. Publisher keeps track of the details and sends email updates when actions are necessary." %}</p>
<a href="{% url 'publisher:publisher_courses_new' %}" class="btn btn-brand btn-add-course">
{% trans "Add a New Course" %}
</a>
</div>
<p>{% trans "EdX Publisher is a companion to edX Studio. Course teams enter About page information in Publisher, and course content in Studio." %}</p>
{% with studio_count=studio_request_courses|length published_count=published_course_runs|length preview_count=preview_course_runs|length in_progress_count=in_progress_course_runs|length %}
<h2 class="hd-2 emphasized">{% trans "Course runs" %}</h2>
......
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