Commit fb1d9ca0 by Tom Giannattasio

Merge branch 'master' into feature/tomg/fall-design

parents 7d903c40 f065959f
div.syllabus { div.syllabus {
padding: 0px 10px; padding: 2em 2.5em;
text-align: center; text-align: center;
...@@ -9,15 +9,14 @@ div.syllabus { ...@@ -9,15 +9,14 @@ div.syllabus {
} }
.notes { .notes {
width: 740px; margin: 0px auto 20px;
margin: 0px auto 10px;
} }
table { table {
text-align: left; text-align: left;
margin: 10px auto; margin: 10px 0;
thead { thead {
font-weight: bold; font-weight: bold;
......
...@@ -13,12 +13,14 @@ ...@@ -13,12 +13,14 @@
%> %>
<section class="container"> <section class="container">
<div class="syllabus"> <div class="syllabus_wrapper">
<h1> Syllabus </h1> <div class="syllabus">
% if user.is_authenticated(): <h1> Syllabus </h1>
${get_course_syllabus_section(course, 'syllabus')} % if user.is_authenticated():
% else: ${get_course_syllabus_section(course, 'syllabus')}
${get_course_syllabus_section(course, 'guest_syllabus')} % else:
% endif ${get_course_syllabus_section(course, 'guest_syllabus')}
% endif
</div>
</div> </div>
</section> </section>
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