diff --git a/courses/templates/courses/view_lecture.html b/courses/templates/courses/view_lecture.html
index 273c6cd..b1e48c0 100644
--- a/courses/templates/courses/view_lecture.html
+++ b/courses/templates/courses/view_lecture.html
@@ -9,18 +9,37 @@
{% if user.active_membership or lecture.preview %}
-
+
+
+
+
{{ lecture.title }}
{{ lecture.section.title }} - {{ lecture.section.course.title }}
{% if lecture.vimeo_video_id %}
-
+
+
+ {% if lecture.next_lecture %}
+
+ {% endif %}
+
{% endif %}
-
+
{% if lecture.text %}
@@ -28,8 +47,12 @@
{{ lecture.section.title }} - {{ lecture.section.course.ti
{% endif %}
+
+
{% include 'courses/next_prev.html' %}
+
+
{% else %}
@@ -97,7 +120,6 @@
Gotta have a membership to watch this one fam. Sign up an
{% endfor %}
{% endfor %}
-
Grabbing your download, one sec...
@@ -116,46 +136,48 @@
Gotta have a membership to watch this one fam. Sign up an
{% block javascript %}
+
+
{% endblock %}