Parcourir la source

Remove dependency on default tpl in teacher time report

Yannick Warnier il y a 10 ans
Parent
commit
bfdf4238d0
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 %}