From 558cebb14ed15d10ecf97723512e88d76161fc77 Mon Sep 17 00:00:00 2001
From: coolneng <akasroua@gmail.com>
Date: Mon, 8 Jul 2019 15:14:04 +0200
Subject: [PATCH] Remove incorrect sortedlist in Courses

---
 template.latex | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/template.latex b/template.latex
index 7e1bdf8..d77a022 100644
--- a/template.latex
+++ b/template.latex
@@ -248,12 +248,10 @@
   %
   \section{courses}
   \hlight
-  \begin{sortedlist}
-    $for(courses)$
-    \emphasized{$courses.name$} \\
-    \lightfont{\textbf{$courses.institution$}} \\
-    $endfor$
-  \end{sortedlist}
+  $for(courses)$
+  \emphasized{$courses.description$} \\
+  \lightfont{\textbf{$courses.institution$}} \\
+  $endfor$
 \end{flushleft}
 \end{minipage}%
 %