mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-23 13:11:04 -05:00
Add ability to have named urls.
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
<td>{{ item }}</td>
|
||||
{% endfor %}
|
||||
{% if result.is_enabled and result.approved_at %}
|
||||
<td><button>disable</button></td>
|
||||
<td><button data-url="{% url "admin:djrill_disable_sender" %}" data-email="{{ result.address }}">disable</button></td>
|
||||
{% else %}
|
||||
<td><button>enable</button></td>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user