uses new 'github_url' dict key in multicourse_settings this replaces the previous "quickedit" functionality
10 lines
226 B
HTML
10 lines
226 B
HTML
<div class="staff_info">
|
|
${xml | h}
|
|
</div>
|
|
%if edit_link:
|
|
<div><a href="${edit_link}">Edit</a></div>
|
|
% endif
|
|
%if render_histogram:
|
|
<div id="histogram_${module_id}" class="histogram" data-histogram="${histogram}"></div>
|
|
%endif
|