subscribe to digest
This commit is contained in:
parent
743276298d
commit
bee761e0c4
8 changed files with 95 additions and 6 deletions
6
app/templates/subscribe_form.html
Normal file
6
app/templates/subscribe_form.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<form method="POST" action="{% url 'subscribe' %}">
|
||||
{% csrf_token %}
|
||||
<input name="email" type="email" placeholder="your email" required></input>
|
||||
<button id="subscribe">Subscribe to weekly digest</button>
|
||||
<div class="error">{{ error }}</div>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue