tmarkec / take_a_hike

0 stars 1 forks source link

Visitor can subscribe to Newsletter #8

Closed tmarkec closed 1 year ago

tmarkec commented 1 year ago

As a first time visitor I want to be able to subscribe to the newsletter so that I could get more information and be included in future events

tmarkec commented 1 year ago

Acceptance criteria:

  1. Input email field on the page
  2. Conformation message upon submitting valid email

Tasks:

  1. Create new model to store email addresses
  2. Create input form field in the footer of base.html
  3. Create function in views.py that handles subscription
  4. Add css styling to the form