Update templates/register.html
Browse files- templates/register.html +5 -7
templates/register.html
CHANGED
@@ -29,12 +29,10 @@
|
|
29 |
|
30 |
|
31 |
</form>
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
});
|
38 |
-
</script>
|
39 |
</body>
|
40 |
</html>
|
|
|
29 |
|
30 |
|
31 |
</form>
|
32 |
+
<script>
|
33 |
+
function onSubmit() {
|
34 |
+
document.getElementById("registration-form").submit();
|
35 |
+
}
|
36 |
+
</script>
|
|
|
|
|
37 |
</body>
|
38 |
</html>
|