Added sms_credit_added to config_values.py
This commit is contained in:
parent
89079d3c33
commit
e94f0697fc
2 changed files with 6 additions and 4 deletions
|
@ -39,6 +39,7 @@ smsc_shortcode = "<%= @smsc_shortcode %>"
|
|||
sms_sender_unauthorized = '<%= @sms_sender_unauthorized %>'
|
||||
sms_destination_unauthorized = '<%= @sms_destination_unauthorized %>'
|
||||
sms_welcome_roaming = '<%= @sms_welcome_roaming %>' % site_name
|
||||
sms_credit_added = '<%= @sms_credit_added %>'
|
||||
|
||||
rai_admin_user = '<%= @rai_admin_user %>'
|
||||
rai_admin_pwd = '<%= @rai_admin_pwd %>'
|
||||
|
@ -62,4 +63,4 @@ notice_msg = '<%= @notice_msg %>'
|
|||
reminder_msg = '<%= @reminder_msg %>'
|
||||
deactivate_msg = '<%= @deactivate_msg %>'
|
||||
sms_welcome_roaming = '<%= @sms_welcome_roaming %>'
|
||||
emergency_contact = '<%= @emergency_contact %>'
|
||||
emergency_contact = '<%= @emergency_contact %>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue