Files
notifications-admin/app/templates/views/send-email.html

18 lines
351 B
HTML
Raw Normal View History

2015-12-14 16:53:07 +00:00
{% extends "withnav_template.html" %}
2015-11-30 14:46:40 +00:00
{% block page_title %}
Send email GOV.UK Notify
2015-11-30 14:46:40 +00:00
{% endblock %}
2015-12-14 16:53:07 +00:00
{% block maincolumn_content %}
<h1 class="heading-large">Send email</h1>
2015-11-30 14:46:40 +00:00
<p>This page will be where we construct email messages</p>
2015-11-30 14:46:40 +00:00
<p>
<a class="button" href="check-email" role="button">Continue</a>
</p>
2015-12-14 16:53:07 +00:00
2015-11-30 14:46:40 +00:00
{% endblock %}