Site
Gitweb
Static
projects
/
tutoring-tool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb8311f
)
Update data display names
author
Jakob Cornell
<jakob@jcornell.net>
Sun, 5 Jan 2020 07:26:31 +0000
(
01:26
-0600)
committer
Jakob Cornell
<jakob@jcornell.net>
Sun, 5 Jan 2020 07:26:31 +0000
(
01:26
-0600)
main.py
patch
|
blob
|
history
diff --git
a/main.py
b/main.py
index 28ae15666d6bb5e6cb940fdf120295b23159d13b..882888d62ae9dee3cbc996e807434489d910a7e4 100644
(file)
--- a/
main.py
+++ b/
main.py
@@
-346,8
+346,8
@@
class DataEditModel(Model):
class Record(_Record):
DISPLAY_NAMES = [
"Comment",
- "Score (E
)", "Score (M)", "Score (R)", "Score (S
)",
- "Time (E
)", "Time (M)", "Time (R)", "Time (S
)",
+ "Score (E
ng)", "Score (Math)", "Score (Rdg)", "Score (Sci
)",
+ "Time (E
ng)", "Time (Math)", "Time (Rdg)", "Time (Sci
)",
]
@classmethod