From 1a38b79453be528054b9a5b862bb45af1f775fb5 Mon Sep 17 00:00:00 2001 From: Jacek Lebioda <jacek.lebioda.001@student.uni.lu> Date: Fri, 3 Feb 2017 14:33:20 +0100 Subject: [PATCH] Fix --- smash/web/templates/subjects/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smash/web/templates/subjects/index.html b/smash/web/templates/subjects/index.html index 62d62fa0..42f1bb0e 100644 --- a/smash/web/templates/subjects/index.html +++ b/smash/web/templates/subjects/index.html @@ -35,7 +35,7 @@ <th>First name</th> <th>Last name</th> <th>Country</th> - <th></th> + <th>Languages</th> <th class="filter-select filter-exact" data-placeholder="Select type">Type</th> <th>Last visit</th> <th>Details</th> -- GitLab