Skip to content

Commit

Permalink
Remove affiliation information from the incident page sidebar
Browse files Browse the repository at this point in the history
Since this information is subsumed by the institution data, I'm
feeling like it should be removed from display as well.
  • Loading branch information
chigby committed Mar 6, 2020
1 parent e2e6535 commit 619da58
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions incident/templates/incident/incident_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,6 @@ <h2 class="sr-only section-heading">Incident Data</h2>
</tr>
{% endif %}

{% if page.affiliation %}
<tr class="data-table__row">
<th class="data-table__label">
Affiliation
</th>
<td class="data-table__value">
<a href="{% pageurl page.get_parent %}?affiliation={{ page.affiliation }}">
{{ page.affiliation }}
</a>
</td>
</tr>
{% endif %}

{% if page.city or page.state %}
<tr class="data-table__row">
<th class="data-table__label">
Expand Down

0 comments on commit 619da58

Please sign in to comment.