... | ... |
@@ -3,8 +3,9 @@ |
3 | 3 |
<head><title>Newsletter</title></head> |
4 | 4 |
<body> |
5 | 5 |
<form action="/~/addemail" method="post"> |
6 |
+ <input type="hidden" name="language" value="eng"> |
|
6 | 7 |
<input id="email" name="email" placeholder="e-mail"> |
7 | 8 |
<input type="submit" value="subscribe"> |
8 |
-<form> |
|
9 |
+</form> |
|
9 | 10 |
</body> |
10 | 11 |
</html> |
... | ... |
@@ -1,5 +1,10 @@ |
1 | 1 |
<!doctype html> |
2 | 2 |
<html> |
3 | 3 |
<head><title>Newsletter</title></head> |
4 |
-<body></body> |
|
4 |
+<body> |
|
5 |
+<form action="/~/addemail" method="post"> |
|
6 |
+ <input id="email" name="email" placeholder="e-mail"> |
|
7 |
+ <input type="submit" value="subscribe"> |
|
8 |
+<form> |
|
9 |
+</body> |
|
5 | 10 |
</html> |