From 749351056d045123753f34f659dc52428392c8e5 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Sun, 15 Oct 2017 13:22:32 +0200 Subject: [PATCH] Add deadlinks as a to-do --- colleges/templates/colleges/fellowship_details.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/colleges/templates/colleges/fellowship_details.html b/colleges/templates/colleges/fellowship_details.html index dc093b27d..793d9652f 100644 --- a/colleges/templates/colleges/fellowship_details.html +++ b/colleges/templates/colleges/fellowship_details.html @@ -39,8 +39,15 @@ <th>End date</th> <td>{{ fellowship.until_date|default:'<i>No end date</i>' }}</td> </tr> + <tr> + <th>Pool size</th> + <td>{{ fellowship.pool.count }}</td> + </tr> </tbody> </table> + + <a href="#" class="btn btn-danger">Terminate Fellowship</a> + <a href="#" class="btn btn-info ml-2">Edit Fellowship</a> </div> <div class="col-md-6"> <h3>All fellowships of this fellow</h3> -- GitLab