Update of all templates

Changed help button to link and removed drop-down items
This commit is contained in:
Mark Hoeber
2014-05-13 13:41:19 -04:00
committed by Nimisha Asthagiri
parent b7440a51e8
commit 8fcbdaed03
14 changed files with 18 additions and 24 deletions

View File

@@ -4,6 +4,7 @@
<%! from student.roles import CourseInstructorRole %>
<%! from xmodule.modulestore.django import loc_mapper %>
<%inherit file="base.html" />
<%def name="online_help_token()"><% return "team" %></%def>
<%block name="title">${_("Course Team Settings")}</%block>
<%block name="bodyclass">is-signedin course users view-team</%block>