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:
Chris Hill-Scott
2016-07-04 14:28:54 +01:00
parent cddfd6c517
commit 710da9b5b6

View File

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