Changed div container to p tag.

This commit is contained in:
Nicholas Staples
2016-03-15 09:06:22 +00:00
parent 44e126f09c
commit a23b55c258

View File

@@ -17,7 +17,7 @@
{% if current_user.has_permissions(['manage_templates']) %}
<a href="{{ url_for('.add_service_template', service_id=service_id, template_type=template_type) }}" class="button">Add a new template</a>
{% else %}
<div class="column-two-thirds">You need to ask your service manager to add templates before you can send messages</div>
<p>You need to ask your service manager to add templates before you can send messages</p>
{% endif %}
{% else %}