From 47fe74fbb0460e6add8442b6334b7d751daa48c2 Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Fri, 17 Mar 2017 15:59:52 -0300 Subject: [PATCH] template specification --- kfet/static/kfet/js/history.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kfet/static/kfet/js/history.js b/kfet/static/kfet/js/history.js index 670429f9..008eb8d1 100644 --- a/kfet/static/kfet/js/history.js +++ b/kfet/static/kfet/js/history.js @@ -2,9 +2,10 @@ class History { constructor() { this.templates = { - 'operation': '
', + 'purchase': '
', + 'specialope': '
', 'opegroup': '
', - 'transfergroup': '
Transferts
', + 'transfergroup': '
', 'day': '
', 'transfer': '
', };