mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 17:18:25 -04:00
Added links to the send pages for email and sms
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{% extends "admin_template.html" %}
|
{% extends "admin_template.html" %}
|
||||||
|
|
||||||
{% block page_title %}
|
{% block page_title %}
|
||||||
Hello world!
|
GOV.UK Notify | Dashboard
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
@@ -10,8 +10,11 @@ Hello world!
|
|||||||
<div class="column-two-thirds">
|
<div class="column-two-thirds">
|
||||||
<h1 class="heading-xlarge">Dashboard</h1>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user