mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Remove 40604 as fallback
We should just be using whatever is in the database. Should not be merged until the DB migration is done.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
{% call row() %}
|
||||
{{ text_field('Text message sender') }}
|
||||
{{ text_field(current_service.sms_sender or '40604') }}
|
||||
{{ text_field(current_service.sms_sender or 'GOVUK') }}
|
||||
{{ edit_field('Change', url_for('.service_set_sms_sender', service_id=current_service.id)) }}
|
||||
{% endcall %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user