Skip to content
Snippets Groups Projects
Commit 65bc5aa7 authored by Lily Yan's avatar Lily Yan
Browse files

ISTWCMS-3706 Create mailman subscription form block

parent 9bb1ec02
No related branches found
No related tags found
No related merge requests found
.uw-mailman {
padding: 1rem 0;
width: 100%;
&__label {
display: block;
font-family: "BureauGrotCond Book",impact,"avenir next condensed heavy","Droid Sans",sans-serif;
font-size: 1.26562rem;
font-weight: 400;
margin-bottom: .35rem;
}
&__servername {
text-align: center;
}
}
<div class="uw-mailman">
<form action="//{{ mailman.server }}/mailman/subscribe/{{ mailman.servername }}">
<div class="uw-mailman__label"><label for="{{ mailman.uniqueid }}">Email address:</label></div>
<div class="uw-mailman__email">
<input type="email" name="email" id="{{ mailman.uniqueid }}">
<input type="submit" value="Subscribe">
</div>
</form>
</div>
\ No newline at end of file
mailman:
server: 'lists.uwaterloo.ca (a.k.a. mailman.uwaterloo.ca)'
servername: 'uwweb'
uniqueid: '1111111'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment