feat(people): Admin can define new People

Resolves #9
This commit is contained in:
James Graham
2020-02-27 13:41:53 +00:00
parent 6d12202c8a
commit 7891ab72da

View File

@@ -9,6 +9,11 @@
<hr> <hr>
{% if request.user.is_staff %}
<a class="btn btn-success"
href="{% url 'people:person.create' %}">New Person</a>
{% endif %}
<table class="table table-borderless"> <table class="table table-borderless">
<thead> <thead>
<tr> <tr>