소스 검색

Fix student template

Andrea Fazzi 6 년 전
부모
커밋
ad5c5c1151
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/students_show.html.tpl

+ 1 - 1
templates/students_show.html.tpl

@@ -4,7 +4,7 @@
 
   <ol class="breadcrumb">
     <li><a href="/students?{{query "tpl_layout" "base" "tpl_content" "students"}}">Studenti</a></li>
-    <li class="active"><a href="#">{{.Data.Name}}</a></li>
+    <li class="active"><a href="#">{{.Data.Surname}} {{.Data.Name}}</a></li>
   </ol>
 
   <div class="karmen-info-header">