Skip to content

Commit

Permalink
Remove unclear funder articles list link #4461
Browse files Browse the repository at this point in the history
  • Loading branch information
joemull committed Oct 25, 2024
1 parent 0490813 commit 2cc1ebd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/templates/common/elements/funder_info_for_readers.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ <h2>{% trans "Funding" %}</h2>
{% include "elements/layout/key_value_above.html" with key=statement_label value=funder.funding_statement|safe render_line_breaks=True %}
{% endif %}
</dl>
{% if funder.fundref_id %}
<p>
<a href="{% url "funder_articles" funder.fundref_id %}">
{% trans "Browse all articles funded by" %} {{ funder.name }}
</a>
</p>
{% endif %}
{% endfor %}
</div>
{% endif %}

0 comments on commit 2cc1ebd

Please sign in to comment.