Skip to content

Commit

Permalink
Include messages template on registration pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed May 20, 2018
1 parent d4bd803 commit 0a5ffed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions babybuddy/templates/registration/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0a5ffed

Please sign in to comment.