From d9fd1d5117148ae76ee79c31ca67582b730e8537 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 11 Mar 2016 07:58:47 +0000 Subject: [PATCH] Fix broken links in yellow box on dashboard Links were missing the double mustaches. --- app/templates/views/service_dashboard.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/views/service_dashboard.html b/app/templates/views/service_dashboard.html index 90b4ecc0d..f7a6dc7fa 100644 --- a/app/templates/views/service_dashboard.html +++ b/app/templates/views/service_dashboard.html @@ -29,12 +29,12 @@
    {% if current_user.has_permissions(['manage_templates']) %}
  1. - Add a template + Add a template
  2. {% endif %} {% if current_user.has_permissions(['send_texts', 'send_emails', 'send_letters']) %}
  3. - Send yourself a text message + Send yourself a text message
  4. {% endif %}
@@ -42,7 +42,7 @@ {% elif not jobs %} {% call banner_wrapper(subhead='Next step', type="tip") %} {% if current_user.has_permissions(['send_texts', 'send_emails', 'send_letters']) %} - Send yourself a text message + Send yourself a text message {% endif %} {% endcall %} {% else %}