| Index: sitescripts/reports/template/report.html |
| =================================================================== |
| --- a/sitescripts/reports/template/report.html |
| +++ b/sitescripts/reports/template/report.html |
| @@ -86,7 +86,7 @@ |
| {% if email -%} |
| <tr id="emailRow"> |
| <td class="label">Email:</td> |
| - <td id="emailCell">{{email}}</td> |
| + <td id="emailCell"><a href="/user/{{uid}}">{{email}}</a></td> |
| </tr> |
| {% endif -%} |
| </table> |