mirror of https://github.com/snachodog/mybuddy.git
Add a Child add button.
This commit is contained in:
parent
195f93f7d5
commit
54f8513fcc
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>Children</h1>
|
<h1>Children</h1>
|
||||||
|
|
||||||
<table class="table table-striped table-hover">
|
<table class="table table-striped table-hover">
|
||||||
<thead class="thead-inverse">
|
<thead class="thead-inverse">
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -37,4 +36,5 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</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 %}
|
{% endblock %}
|
Loading…
Reference in New Issue