diff --git a/colleges/templates/colleges/fellowship_details.html b/colleges/templates/colleges/fellowship_details.html index dc093b27d07a6f1966247292dd2da6ec7e1c50d2..793d9652fda9394dc7df6b58d9c10d1d2c7b4f14 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>