SKIRMISH MODE

This commit is contained in:
Chris Hill-Scott
2016-01-22 14:38:10 +00:00
parent cd38d54be7
commit 396f8415c6
9 changed files with 35 additions and 23 deletions

View File

@@ -6,7 +6,6 @@
{% endif %}
{% if name %}
<h3 class="sms-message-name">
ID: {{ id }}
{% if edit_link %}
<a href="{{ edit_link }}">{{ name }}</a>
{% else %}
@@ -25,6 +24,11 @@
{{ recipient }}
</p>
{% endif %}
{% if id %}
<p class="sms-message-recipient">
Template ID: {{ id }}
</p>
{% endif %}
{% if input_name %}
</label>
{% endif %}