From 2de66e880187c812ddb2bbc5467a15cee6fde207 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Tue, 22 Aug 2017 08:53:11 +0100 Subject: [PATCH] Renamed file to follow naming conventions. --- app/main/views/inbound_number.py | 2 +- .../views/{inbound_sms_admin.html => inbound-sms-admin.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename app/templates/views/{inbound_sms_admin.html => inbound-sms-admin.html} (100%) diff --git a/app/main/views/inbound_number.py b/app/main/views/inbound_number.py index 417f6d883..17cb4af15 100644 --- a/app/main/views/inbound_number.py +++ b/app/main/views/inbound_number.py @@ -19,4 +19,4 @@ from flask import jsonify def inbound_sms_admin(): data = inbound_number_client.get_all_inbound_sms_number_service() - return render_template('views/inbound_sms_admin.html', inbound_num_list=data) + return render_template('views/inbound-sms-admin.html', inbound_num_list=data) diff --git a/app/templates/views/inbound_sms_admin.html b/app/templates/views/inbound-sms-admin.html similarity index 100% rename from app/templates/views/inbound_sms_admin.html rename to app/templates/views/inbound-sms-admin.html