Commit 87a462e2 by Piotr Mitros

Review from Cale

parent afe22ca4
......@@ -20,7 +20,7 @@ def url_class(is_active):
<%! from courseware.views import notification_image_for_tab %>
<% import waffle %>
% if disable_tabs is UNDEFINED:
% if disable_tabs is UNDEFINED or not disable_tabs:
<nav class="${active_page} course-material">
<div class="inner-wrapper">
<ol class="course-tabs">
......
......@@ -189,7 +189,7 @@ ${fragment.foot_html()}
<div class="container">
<div class="course-wrapper">
% if disable_accordion is UNDEFINED:
% if disable_accordion is UNDEFINED or not disable_accordion:
<div class="course-index" role="navigation">
<header id="open_close_accordion">
<a href="#">${_("close")}</a>
......
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