Created a members page

This commit is contained in:
2018-01-14 17:55:35 -05:00
parent 22afbca227
commit 1c1b56722c
6 changed files with 51 additions and 7 deletions

View File

@ -143,6 +143,9 @@
</a>
{% endfor %}
</div>
<div class="col-12 mt-3 text-center">
<a class="text-dark-primary" href="{% url 'members' %}">View All</a>
</div>
</div>
</div>
{% endif %}