Renamed file to follow naming conventions.

This commit is contained in:
Rebecca Law
2017-08-22 08:53:11 +01:00
parent 0f6fcb8d0b
commit 2de66e8801
2 changed files with 1 additions and 1 deletions

View File

@@ -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)