Include messages template on registration pages.

This commit is contained in:
Christopher Charbonneau Wells 2018-05-20 07:11:54 -07:00
parent d4bd80328f
commit 0a5ffed012
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<h1 class="display-3 mb-3"><span class="text-info">Baby</span> Buddy</h1>
</div>
<div class="bg-light p-4 rounded text-dark">
{% include 'babybuddy/messages.html' %}
{% block content %}{% endblock %}
</div>
</div>