Skip to content
Snippets Groups Projects
Commit 658b6a3e authored by Lorenz Zahn's avatar Lorenz Zahn
Browse files

form fix

parent a78a6210
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ const end = document.getElementById("id_end");
const csrftoken = getCookie("csrftoken"); // Required for backend communication
// Get and set nodes for DOM manipulation
const form = document.getElementsByTagName("form")[0];
const form = document.getElementsByTagName("form")[1];
//// Node for displaying data
const datanode = document.createElement("div");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment