Update form tag to 'meetup' (#397)

This commit is contained in:
Julie Sigwart 2018-02-23 13:01:55 -08:00 committed by Thomas Zarebczan
parent d1b639110e
commit 878f1a5ce1

View file

@ -22,7 +22,7 @@
<h3>Okay. How do I get involved?</h3>
<p>Enter your email below and we'll tell you more.</p>
<?php echo View::render('mail/_subscribeForm', [
'tag' => 'college',
'tag' => 'meetup',
'submitLabel' => 'Sign me up',
'hideDisclaimer' => true,
'largeInput' => true,