Skip to content
Snippets Groups Projects
Commit aaf1b0f0 authored by Paul Millar's avatar Paul Millar
Browse files

Drop the budget from OSCARS projects summary

parent ac9af200
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,6 @@ which LEAPS facilities are represented. ...@@ -101,7 +101,6 @@ which LEAPS facilities are represented.
<table> <table>
<tr> <tr>
<th>Title</th> <th>Title</th>
<th>Budget</th>
<th>PI</th> <th>PI</th>
<th>Organisations (host in bold)</th> <th>Organisations (host in bold)</th>
<th>Duration</th> <th>Duration</th>
...@@ -114,7 +113,6 @@ which LEAPS facilities are represented. ...@@ -114,7 +113,6 @@ which LEAPS facilities are represented.
<td>{% if project.page_approved <td>{% if project.page_approved
%}<a target=”_blank” href="{{project.page}}">{{project.title}}</a>{% else %}{{project.title}}{% endif %} %}<a target=”_blank” href="{{project.page}}">{{project.title}}</a>{% else %}{{project.title}}{% endif %}
</td> </td>
<td>€{{project.budget | thousands_separated }}</td>
<td>{% for pi in project.PI <td>{% for pi in project.PI
%}{% if forloop.first == false %}{% if forloop.first == false
%}, {% 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