Revision 8e8b10ae
Added by Serghei Mihai almost 7 years ago
corbo/templates/corbo/announce_view.html | ||
---|---|---|
12 | 12 |
<a href="{% url 'delete_announce' pk=object.pk %}" rel="popup">{% trans 'Delete' %}</a> |
13 | 13 |
<a href="{% url 'edit_announce' pk=object.pk %}">{% trans 'Edit' %}</a> |
14 | 14 |
<a href="{% url 'email_announce' pk=object.pk %}" rel="popup">{% trans 'Send test email' %}</a> |
15 |
{% if sms_enabled %} |
|
16 |
<a href="{% url 'sms_announce' pk=object.pk %}" rel="popup">{% trans 'Send test SMS' %}</a> |
|
17 |
{% endif %} |
|
15 | 18 |
{% endblock %} |
16 | 19 |
{% block content %} |
17 | 20 |
<div class="announce_block"> |
Also available in: Unified diff
manager: add test sms send (#20174)