From 0676b1193b4e89c11bfc84f53ac388bb8a9b4156 Mon Sep 17 00:00:00 2001
From: PavelBegunkov <asml.Silence@gmail.com>
Date: Sun, 17 May 2015 01:17:58 +0300
Subject: [PATCH] link to exam page fix

---
 ~dev_rating/application/views/teacher/rating.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/~dev_rating/application/views/teacher/rating.twig b/~dev_rating/application/views/teacher/rating.twig
index 07a6ef7c6..8f87f5833 100644
--- a/~dev_rating/application/views/teacher/rating.twig
+++ b/~dev_rating/application/views/teacher/rating.twig
@@ -27,7 +27,7 @@
 
 	<button class="downloadExcel" style="display: none">Скачать в excel формате [dev version]</button>
 
-	{{ HTML.anchor('exam/'~disciplineInfo.ID,
+	{{ HTML.anchor('exam/'~disciplineInfo.DisciplineID,
 	"Перейти к сессии →",
 	{'title': 'Сессия', 'class': 'exam_a'})|raw }}
 
-- 
GitLab