SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 1f31e833 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Show Partners on homepage

parent e9b3b505
No related branches found
No related tags found
No related merge requests found
...@@ -112,29 +112,23 @@ ...@@ -112,29 +112,23 @@
<div class="card-footer"><a href="{% url 'news:news' %}">More news</a></div> <div class="card-footer"><a href="{% url 'news:news' %}">More news</a></div>
</div><!-- End news --> </div><!-- End news -->
{% comment %} {# {% comment %}#}
<!-- Partners --> <!-- Partners -->
<div class="card card-grey"> <div class="card card-grey">
<div class="card-body"> <div class="card-body">
<h2 class="card-title"> <h2 class="card-title">Partners</h2>
<a href="{% url 'partners:partners' %}">Partners</a>
</h2>
<div> <div>
<p>Institutions: consider joining our <a href="{% url 'partners:partners' %}">Supporting Partners Board</a>.</p> <p>
Recently joined: SciPost guarantees free online access to all publications in all its Journals and does not charge any article processing fees for publishing. Supporting Partners provide operating funds to SciPost.
<ul class="mt-1"> </p>
{% for agreement in current_agreements %} <p>
<li><strong>{{agreement.partner.institution.name}}</strong><br> Institutions, consider joining our <a href="{% url 'partners:partners' %}">Supporting Partners Board</a>.
{{agreement.partner.institution.get_country_display}}</li> </p>
{% endfor %}
</ul>
</div> </div>
</div> </div>
</div><!-- End Partners --> </div><!-- End Partners -->
{% endcomment %} {# {% endcomment %}#}
<!-- Summarized --> <!-- Summarized -->
<div class="card card-grey"> <div class="card card-grey">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment