mirror of https://github.com/snachodog/mybuddy.git
Include messages template on registration pages.
This commit is contained in:
parent
d4bd80328f
commit
0a5ffed012
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue