Browse Source

Remove dependency on default tpl in teacher time report

Yannick Warnier 10 years ago
parent
commit
bfdf4238d0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/template/default/admin/teacher_time_report.tpl

+ 2 - 2
main/template/default/admin/teacher_time_report.tpl

@@ -1,4 +1,4 @@
-{% extends "default/layout/main.tpl" %}
+{% extends template ~ "/layout/main.tpl" %}
 
 {% block body %}
     <script>
@@ -126,4 +126,4 @@
             </tbody>
         </table>
     </div>
-{% endblock %}
+{% endblock %}