فهرست منبع

Remove dependency on default tpl in teacher time report

Yannick Warnier 10 سال پیش
والد
کامیت
bfdf4238d0
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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 %}