Skip to content

Commit

Permalink
Remove email address for template and rename Affiliaiton field #224
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfilliau committed Jan 16, 2015
1 parent 8c620a8 commit aa4cc8b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions talks/templates/contributors/contributors_persons.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ <h2>People administration</h2>
<table class="table table-bordered table-striped">
<thead>
<td>Name</td>
<td>Bio/affiliation</td>
<td>Email</td>
<td>Affiliation</td>
<td>Edit</td>
</thead>
{% for person in persons %}
Expand All @@ -38,9 +37,6 @@ <h2>People administration</h2>
<td>
{{ person.bio }}
</td>
<td>
{{ person.email_address }}
</td>
<td>
{% if perms.events.change_person %}
<a class="btn btn-primary" href="{% url 'edit-person' person.slug %}">Edit</a>
Expand Down

0 comments on commit aa4cc8b

Please sign in to comment.