Skip to content

Commit

Permalink
fix(freelists): open FreeLists subscription form in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Jul 30, 2019
1 parent be99043 commit f81657c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_includes/freelists.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% from '_includes/_defaults.html' import SUBSCRIBE_BUTTON_TITLE with context %}
<div id="mc-embed-signup">
<!-- BEGIN FreeLists WEB FORM -->
<form action="https://www.freelists.org/list/{{ FREELISTS_NAME }}">
<form action="https://www.freelists.org/list/{{ FREELISTS_NAME }}" target="_blank">
<h4>{{ EMAIL_SUBSCRIPTION_LABEL }}</h4>
<input type="submit" value="{{SUBSCRIBE_BUTTON_TITLE}}" class="button">
</form>
Expand Down

0 comments on commit f81657c

Please sign in to comment.