Added links to the send pages for email and sms

This commit is contained in:
Pete Herlihy
2015-11-30 14:53:25 +00:00
parent a33398a46a
commit 996853d8fd

View File

@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
Hello world!
GOV.UK Notify | Dashboard
{% endblock %}
{% block content %}
@@ -10,8 +10,11 @@ Hello world!
<div class="column-two-thirds">
<h1 class="heading-xlarge">Dashboard</h1>
<p>Insert dashboard here.</p>
<ul>
<li><a href="send-sms">Send text messages</a></li>
<li><a href="send-email">Send email messages</a></li>
</ul>
</div>
</div>
{% endblock %}
{% endblock %}