{% extends "admin/change_list.html" %} {% block content %}
To actually insert a single lead, you need to click the link at the top-right of your browser area labelled 'Add lead +'. You will then be shown a new page with a form for filling in the datails.
If you have a spreadsheet of leads, you can paste the data in by clicking the 'Bulk upload +' button. If you have another data source set up, you can update your list of Leads by clicking the 'Import from data source +' button.
If a lead wishes to stop receiving emails, you should unsubscribe them rather than deleting them. This is because new data could be inserted in future and their email address would re-appear. By making the lead unsubscribed, their email address is added to a list that will cause them to never be emailed. The unsubscribed list is visible at 'Mailer > Don't send entries'.
{{ block.super }}
{% endblock %}
{% block object-tools %}