Skip to content

Commit

Permalink
* Remove commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroff committed Aug 9, 2018
1 parent f7ef351 commit 83696e3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,10 @@ <h2 class="section">{% trans 'Organizations' %}</h2>
<div class="ui cards">
{% for organization in organizations %}
<div class="ui card">
{# {% static company.get_icon %}#}
{# <img src="https://d1wt9ys8kr8als.cloudfront.net/aku/static/img/ndptc/ndptc-logo.png"#}
{# alt="{{ company.get_alt }}">#}
<div class="content">
<a class="header" style="word-wrap: break-word;"
href="{% url 'organizations:details' organization.pk %}">{{ organization.name }}</a>
<div class="meta">
{# <span class="date">Site {{ company.website }}</span>#}
</div>
</div>
</div>
Expand Down

0 comments on commit 83696e3

Please sign in to comment.