Added shell page for sending activity (notification)

This commit is contained in:
Pete Herlihy
2015-11-30 15:23:18 +00:00
parent 2cb2d538ea
commit 3dd81b9b12

View File

@@ -0,0 +1,21 @@
{% extends "admin_template.html" %}
{% block page_title %}
GOV.UK Notify | Notifications activity
{% endblock %}
{% block content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-xlarge">A specific notification</h1>
<p>This page will be where we show what happened for a specific notification.</p>
<p>
<a href="job">View other notifications in this job</a>
</p>
</div>
</div>
{% endblock %}