Update title, H1 and filename

This commit is contained in:
karlchillmaid
2020-01-27 08:51:17 +00:00
committed by GitHub
parent 6d9e19a013
commit 1af5136f9c

View File

@@ -3,12 +3,12 @@
{% from "components/sub-navigation.html" import sub_navigation %}
{% block per_page_title %}
Create and send messages
Send messages
{% endblock %}
{% block content_column_content %}
<h1 class="heading-large">Create and send messages</h1>
<h1 class="heading-large">Send messages</h1>
<p><a href="{{ url_for('main.register') }}">Create an account</a> to see a short tutorial explaining how to create and send messages.</p>