Members: show & add
This commit is contained in:
parent
efafb845f3
commit
917fe799d3
5 changed files with 605 additions and 5 deletions
|
|
@ -34,22 +34,22 @@
|
|||
<tr>
|
||||
<td>
|
||||
{% if Person.IsMember %}
|
||||
<a href="/member/{{ Person.ID }}">
|
||||
<a href="/members/{{ Person.ID }}">
|
||||
{{ Person.LastName }}
|
||||
</a>
|
||||
{% else %}
|
||||
<a href="/contact/{{ Person.ID }}">
|
||||
<a href="/contacts/{{ Person.ID }}">
|
||||
{{ Person.LastName }}
|
||||
</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{% if Person.IsMember %}
|
||||
<a href="/member/{{ Person.ID }}">
|
||||
<a href="/members/{{ Person.ID }}">
|
||||
{{ Person.FirstName }}
|
||||
</a>
|
||||
{% else %}
|
||||
<a href="/contact/{{ Person.ID }}">
|
||||
<a href="/contacts/{{ Person.ID }}">
|
||||
{{ Person.FirstName }}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
</td>
|
||||
<td>
|
||||
{% if Person.SectionID %}
|
||||
{{ Section.Section.Name }}
|
||||
{{ Person.Section.Name }}
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue