Browse Source

Merge pull request #80 from AlmaLinux/update_mailing_box

The form on this was funneling to /dev/null.
pull/82/head
Igor Seletskiy 3 years ago
committed by GitHub
parent
commit
0a5db3a25f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 31
      www/templates/index.html

31
www/templates/index.html

@ -316,36 +316,13 @@
</h2>
<h6 class="mb-4">
{% blocktranslate trimmed %}
Subscribe to our newsletter and never miss out on the latest in
Subscribe to our Announce mailing list and never miss out on the latest in
AlmaLinux OS development!
{% endblocktranslate %}
</h6>
<div class="form-group mb-2">
<form action="{% url 'subscribe_post' %}" method="post">
{% csrf_token %}
<div class="row">
<div class="col">
<input type="email"
name="email"
required="required"
class="form-control pl-3 shadow-none al-newsletter-input"
placeholder="{% translate 'Your email' %}"></div>
<div class="col-auto">
<button type="submit" class="btn btn-block al-newsletter-button">
<i class="bi bi-envelope pe-1"></i>
{% translate 'Subscribe' %}
</button>
</div>
</div>
</form>
</div>
<div class="mt-3">
{% blocktranslate trimmed %}
By filling this form you agree to be contacted by AlmaLinux OS Foundation regarding
your request. You can unsubscribe at any time.
{% endblocktranslate %}
<a href="{% url 'page' 'privacy-policy' %}">{% translate 'Privacy Policy' %}</a>.
</div>
<div class="row">
<a href="https://lists.almalinux.org/mailman3/lists/?all-lists">AlmaLinux Mailing lists</a>
</div>
</div>
</div>
</div>

Loading…
Cancel
Save