Explorar o código

Remove dependency on default tpl in teacher time report

Yannick Warnier %!s(int64=10) %!d(string=hai) anos
pai
achega
bfdf4238d0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 %}