mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 21:44:11 -04:00
Fix link going to wrong page from dashboard
Should be one link for email, one for SMS, not two for email.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</div>
|
||||
<div class="column-half">
|
||||
{% call banner_wrapper(type="mode") %}
|
||||
<a href="{{ url_for('.choose_template', service_id=current_service.id, template_type='email') }}">Write a text message</a>
|
||||
<a href="{{ url_for('.choose_template', service_id=current_service.id, template_type='sms') }}">Write a text message</a>
|
||||
{% endcall %}
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user