瀏覽代碼

Fix link in teacher add/update view

Andrea Fazzi 6 年之前
父節點
當前提交
a4a30724d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      templates/teachers_add_update.html.tpl

+ 1 - 1
templates/teachers_add_update.html.tpl

@@ -4,7 +4,7 @@
 
   {{if .Options.Get "update"}}
   <ol class="breadcrumb">
-    <li><a href="/teachers{{query "tpl_layout" "base" "tpl_content" "teachers_show"}}">Docenti</a></li>
+    <li><a href="/teachers{{query "tpl_layout" "base" "tpl_content" "teachers"}}">Docenti</a></li>
     <li><a href="/teachers/{{.Data.ID}}{{query "tpl_layout" "base" "tpl_content" "teachers_show"}}">{{.Data.Name}} {{.Data.Surname}}</a></li>
     <li class="active"><a href="#">Aggiorna</a></li>
   </ol>