diff --git a/html/blt/index.js b/html/blt/index.js index b13991e..41eace9 100644 --- a/html/blt/index.js +++ b/html/blt/index.js @@ -207,7 +207,7 @@ function clickExportBLT() { result = window.prompt('Enter the name of the election:'); if (result !== null) { - election.name = result; + election.py_name = result; } else { return; }