Commit 9d0c52df by Matthew Mongeau

Remove course title to clean up header.

parent 7bd0296b
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<a href="/courses" class="discover-courses">Find Courses</a> <a href="/courses" class="discover-courses">Find Courses</a>
%if user.is_authenticated(): %if user.is_authenticated():
<h1>${ settings.COURSE_TITLE }</h1>
<nav class="user"> <nav class="user">
<ol> <ol>
<li> <li>
......
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