Minor - move download_files_after_finish in a div

pull/3190/head
Julio Montoya 6 years ago
parent 08a84581b7
commit 6fd9fe13ae
  1. 7
      main/template/default/learnpath/list.tpl

@ -515,11 +515,16 @@
<a href="{{ web_self ~ "?" ~ _p.web_cid_query ~ "&action=send_notify_teacher" }}" class="btn btn-primary">
{{ 'IHaveFinishedTheLessonsNotifyTheTeacher'|get_lang }}
</a>
{{ download_files_after_finish }}
{% endif %}
</div>
{% endif %}
{% if not is_invitee and lp_is_shown and allow_min_time and is_ending %}
<div id="lp_download_file_after_finish" class="controls text-center">
{{ download_files_after_finish }}
</div>
{% endif %}
{% if is_allowed_to_edit and not lp_is_shown %}
<div id="no-data-view">
<h2>{{ "LearningPaths"|get_lang }}</h2>

Loading…
Cancel
Save