blob: e8c352c4f6eb8059e3e36dcc0c45983d74c285cb [file] [log] [blame]
Serge Bazanski3f069052021-05-30 22:52:51 +02001<form action="/" method="post">
2 <input name=_csrf_token type=hidden value="{{ csrf_token() }}">
3 <h1 class="mail" style="text-align: center;">Mailing lists</h1>
4 <h2 style="text-align: center; margin-top: -6px;">Subscribe and chat</h2>
5 <h4><input name="mail-waw" type="checkbox" class="mailcheck" checked="true" />Warsaw</h4>
6 <div class="mail-desc">Main discussion list - organization and problem solving.</div>
7 <h4><input name="mail-proj" type="checkbox" class="mailcheck" checked="true"/>Warsaw Projects</h4>
8 <div class="mail-desc">Information about our projects.</div>
9 <h4><input name="mail-offtopic" type="checkbox" class="mailcheck" />Off Topic</h4>
10 <div class="mail-desc">Discussion about everything and nothing. Low signal to noise ratio.</div>
11 <center>
12 <input type="text" name="email" class="email-entry" placeholder="you@example.com" />
13 <div class="mail-captcha">
14 {{ captcha() }}
15 <input type="text" name="captcha" class="email-entry" placeholder="Solve the CAPTCHA...">
16 </div>
17 <input type="submit" value="Subscribe" class="email-submit" />
18 </center>
19</form>