Adding nexmo sms to the select

Just adding nexmo as an option to the select drop down.

This is a follow up to work done on Issue #170
This commit is contained in:
Andy Gaskell 2017-03-30 09:48:43 +01:00 committed by Timz99
parent fc63a445fc
commit 27b3bce8a0
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 2 additions and 1 deletions

View File

@ -200,6 +200,7 @@
<option value="freemobilesms" {{ sms_selected_freemobilesms|raw }}>{{ label_sms_gateway_freemobilesms }}</option>
<option value="clicksend" {{ sms_selected_clicksend|raw }}>{{ label_sms_gateway_clicksend }}</option>
<option value="smsgw" {{ sms_selected_smsgw|raw }}>{{ label_sms_gateway_smsgw }}</option>
<option value="nexmo" {{ sms_selected_nexmo|raw }}>{{ label_sms_gateway_nexmo }}</option>
</select>
</div>
</div>
@ -267,4 +268,4 @@
</div>
</div>
{{ macro.csrf_input() }}
</form>
</form>