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 %}