Merge forename + name into [identifying] 'name' (more general)
[qomet.git] / views / index.pug
index 70ac099..9856758 100644 (file)
@@ -11,9 +11,7 @@ block content
                                        thead
                                                tr
                                                        th Name
-                                                       th Forename
                                        tbody
                                                each user in userArray
                                                        tr.teacher(onClick="document.location.href='/" + user.initials+ "'")
                                                                td= user.name
-                                                               td= user.forename