Add a Child add button.

This commit is contained in:
Christopher Charbonneau Wells 2017-08-16 09:37:10 -04:00
parent 195f93f7d5
commit 54f8513fcc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@
{% block content %}
<h1>Children</h1>
<table class="table table-striped table-hover">
<thead class="thead-inverse">
<tr>
@ -37,4 +36,5 @@
{% endfor %}
</tbody>
</table>
<a href="{% url 'child-add' %}" class="btn btn-sm btn-success"><i class="fa fa-child" aria-hidden="true"></i> Add a Child</a>
{% endblock %}