SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 622b10d9 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Add useful links

parent e4b78916
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<table class="table"> <table class="table">
{% for potfel in potfels_list %} {% for potfel in potfels_list %}
<tr> <tr>
<td>{{ potfel.profile.last_name }}, {{ potfel.profile.get_title_display }} {{ potfel.profile.first_name }}</td> <td><a href="{{ potfel.profile.get_absolute_url }}" target="_blank">{{ potfel.profile.last_name }}, {{ potfel.profile.get_title_display }} {{ potfel.profile.first_name }}</a></td>
<td>{{ potfel.profile.get_discipline_display }}</td> <td>{{ potfel.profile.get_discipline_display }}</td>
<td> <td>
{% for expertise in potfel.profile.expertises %} {% for expertise in potfel.profile.expertises %}
......
...@@ -85,11 +85,13 @@ ...@@ -85,11 +85,13 @@
{% endif %} {% endif %}
<div class="col-md-4"> <div class="col-md-4">
{% if perms.scipost.can_manage_college_composition %} {% if perms.scipost.can_manage_college_composition or perms.scipost.can_view_potentialfellowship_list %}
<h3>Colleges and Fellowships</h3> <h3>Colleges and Fellowships</h3>
<ul> <ul>
<li><a href="{% url 'colleges:potential_fellowships' %}">Manage Potential Fellowships</a></li> <li><a href="{% url 'colleges:potential_fellowships' %}">Potential Fellowships: view{% if perms.scipost.can_manage_college_composition %} and manage{% endif %}</a></li>
{% if perms.scipost.can_manage_college_composition %}
<li><a href="{% url 'colleges:fellowships' %}">Manage Fellowships</a></li> <li><a href="{% url 'colleges:fellowships' %}">Manage Fellowships</a></li>
{% endif %}
</ul> </ul>
{% endif %} {% endif %}
......
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