From 40ed6dfe8e493dc2c9c4d5e38aab69a98c8bbb64 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Mon, 25 Jul 2016 14:29:01 +0100 Subject: [PATCH] replace _ underscores with - dashes --- .../check/{too_many_messages.html => too-many-messages.html} | 0 app/templates/views/check.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/templates/partials/check/{too_many_messages.html => too-many-messages.html} (100%) diff --git a/app/templates/partials/check/too_many_messages.html b/app/templates/partials/check/too-many-messages.html similarity index 100% rename from app/templates/partials/check/too_many_messages.html rename to app/templates/partials/check/too-many-messages.html diff --git a/app/templates/views/check.html b/app/templates/views/check.html index 8fe0d01f7..4aadfcaf5 100644 --- a/app/templates/views/check.html +++ b/app/templates/views/check.html @@ -104,7 +104,7 @@ {% elif count_of_recipients > (current_service.message_limit - statistics.get('emails_requested', 0) - statistics.get('sms_requested', 0)) %} - {% include "partials/check/too_many_messages.html" %} + {% include "partials/check/too-many-messages.html" %} {% else %}